update shell flakes; update pkgs.system

This commit is contained in:
EdenQwQ 2025-11-17 13:24:38 +08:00
parent 57f38b5c02
commit 393023b5f7
14 changed files with 44 additions and 40 deletions

View file

@ -28,7 +28,7 @@
};
programs.noctalia-shell.enable = config.desktopShell == "noctalia-shell";
home.packages = lib.mkIf (config.desktopShell == "noctalia-shell") [
inputs.noctalia-shell.packages.${pkgs.system}.default
inputs.noctalia-shell.packages.${pkgs.stdenv.hostPlatform.system}.default
];
};
}