feat: move home manager nh modules to nixos level.
This commit is contained in:
parent
7eb6e7fb86
commit
bc1e5d6443
3 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue