diff --git a/README.md b/README.md index 6647ffa..518cc87 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,6 @@ Features a modern modular architecture with a status bar, notification system, c - `gpu-screen-recorder` - Screen recording functionality - `brightnessctl` - For internal/laptop monitor brightness - `ddcutil` - For desktop monitor brightness (might introduce some system instability with certain monitors) -- `xdg-desktop-portal-gnome` - Desktop integration (or alternative portal) ### Optional @@ -79,6 +78,7 @@ Features a modern modular architecture with a status bar, notification system, c - `swww` - Wallpaper animations and effects - `matugen` - Material You color scheme generation - `cava` - Audio visualizer component +- `wlsunset` - To be able to use NightLight > There are 2 more optional dependencies. > Any `polkit agent` to be able to use the ArchUpdater widget. @@ -147,17 +147,17 @@ Alternatively, you can add it to your NixOS configuration or flake: noctalia = { url = "github:noctalia-dev/noctalia-shell"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.quickshell.follows = "quickshell" }; quickshell = { url = "github:outfoxxed/quickshell"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.quickshell.follows = "quickshell" }; }; outputs = { self, nixpkgs, noctalia, quickshell, ... }: - { + { nixosConfigurations.my-host = nixpkgs.lib.nixosSystem { modules = [ ./configuration.nix