mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
update shell flakes; update pkgs.system
This commit is contained in:
parent
57f38b5c02
commit
393023b5f7
14 changed files with 44 additions and 40 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue