diff options
| author | adikro <adikro@disroot.org> | 2025-11-18 21:00:16 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-18 21:00:16 +0100 |
| commit | 8498fab8785d08402e2330dfb6f45f1121cd1b2b (patch) | |
| tree | 12798dedc5ff18ecc8d39d714881e351581cee0e /home/wayland/noctalia.nix | |
| parent | f685be6aea021196ee40d909aab0ab6241eef397 (diff) | |
configured a bunch of niri features
Diffstat (limited to 'home/wayland/noctalia.nix')
| -rw-r--r-- | home/wayland/noctalia.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home/wayland/noctalia.nix b/home/wayland/noctalia.nix index e0b402d..e51a09a 100644 --- a/home/wayland/noctalia.nix +++ b/home/wayland/noctalia.nix @@ -1,7 +1,11 @@ -{ inputs, ... }: +{ pkgs, inputs, ... }: { imports = [ inputs.noctalia.homeModules.default ]; + programs.noctalia-shell.package = inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default.override { + quickshell = inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.quickshell; + }; + programs.noctalia-shell = { enable = true; }; |
