feat: move home manager nh modules to nixos level.
This commit is contained in:
parent
7eb6e7fb86
commit
bc1e5d6443
@ -7,7 +7,6 @@
|
||||
./hyprland.nix
|
||||
./mangohud.nix
|
||||
./mpv.nix
|
||||
./nh.nix
|
||||
./nnn.nix
|
||||
./obs-studio.nix
|
||||
./restic.nix
|
||||
@ -18,7 +17,6 @@
|
||||
crony.nnn.enable = lib.mkDefault true;
|
||||
crony.mpv.enable = lib.mkDefault true;
|
||||
crony.obs-studio.enable = lib.mkDefault true;
|
||||
crony.nh.enable = lib.mkDefault true;
|
||||
crony.restic.enable = lib.mkDefault true;
|
||||
crony.hyprland.enable = lib.mkDefault true;
|
||||
crony.browsers.enable = lib.mkDefault true;
|
||||
|
@ -21,6 +21,7 @@
|
||||
./additional-hardware
|
||||
./tailscale.nix
|
||||
./sunshine.nix
|
||||
./nh.nix
|
||||
];
|
||||
|
||||
crony.bluetooth.enable = lib.mkDefault true;
|
||||
@ -44,4 +45,5 @@
|
||||
crony.additional-hardware.enable = lib.mkDefault true;
|
||||
crony.tailscale.enable = lib.mkDefault true;
|
||||
crony.sunshine.enable = lib.mkDefault true;
|
||||
crony.nh.enable = lib.mkDefault true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user