Update to 24.11
This commit is contained in:
parent
79310cc53a
commit
81baaf8391
17 changed files with 94 additions and 80 deletions
|
@ -6,6 +6,7 @@
|
|||
./dconf
|
||||
./gaming
|
||||
./git
|
||||
./nh
|
||||
./qt
|
||||
./security
|
||||
./shells
|
||||
|
|
8
modules/system/programs/nh/default.nix
Normal file
8
modules/system/programs/nh/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
flake = "/etc/nixos";
|
||||
};
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
programs.sway = {
|
||||
enable = config.system.desktop.enable;
|
||||
package = pkgs.unstable.sway;
|
||||
extraPackages = with pkgs; [ swaylock ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue