diff options
| author | adikro <adikro@disroot.org> | 2025-11-19 19:44:35 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-19 19:44:35 +0100 |
| commit | e1f486563c722b3fa9f4d481feb874998e7b7da3 (patch) | |
| tree | 2de566b1de867d0c78c00f4e24d55b2fa1461b8e /home/wayland/noctalia.nix | |
| parent | 96bf05e6a431f68f785296e398c725c071fe324e (diff) | |
more niri stuff
Diffstat (limited to 'home/wayland/noctalia.nix')
| -rw-r--r-- | home/wayland/noctalia.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/home/wayland/noctalia.nix b/home/wayland/noctalia.nix index e51a09a..e0b402d 100644 --- a/home/wayland/noctalia.nix +++ b/home/wayland/noctalia.nix @@ -1,11 +1,7 @@ -{ pkgs, inputs, ... }: +{ 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; }; |
