noctalia v5

This commit is contained in:
EdenQwQ 2026-06-13 00:16:12 +08:00
parent f0ba537f6f
commit ac74d0707f
10 changed files with 192 additions and 687 deletions

View file

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