mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
noctalia v5
This commit is contained in:
parent
f0ba537f6f
commit
ac74d0707f
10 changed files with 192 additions and 687 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue