mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
update flakes
This commit is contained in:
parent
c0c76980c3
commit
7d65fa454c
8 changed files with 25 additions and 19 deletions
|
|
@ -26,9 +26,9 @@
|
|||
enable = config.desktopShell == "caelestia";
|
||||
systemd.enable = config.desktopShell == "caelestia";
|
||||
};
|
||||
programs.noctalia.enable = config.desktopShell == "noctalia-shell";
|
||||
home.packages = lib.mkIf (config.desktopShell == "noctalia-shell") [
|
||||
inputs.noctalia-shell.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
programs.noctalia.enable = config.desktopShell == "noctalia";
|
||||
home.packages = lib.mkIf (config.desktopShell == "noctalia") [
|
||||
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue