feat: move additional hardware to dedicated module.
This commit is contained in:
parent
1717d75db7
commit
7a276908ef
4 changed files with 33 additions and 3 deletions
|
@ -17,6 +17,7 @@
|
|||
./hyprland.nix
|
||||
./sddm.nix
|
||||
./watchdog.nix
|
||||
./additional-hardware
|
||||
];
|
||||
|
||||
crony.bluetooth.enable = lib.mkDefault true;
|
||||
|
@ -36,4 +37,5 @@
|
|||
crony.hyprland-nixos.enable = lib.mkDefault true;
|
||||
crony.sddm.enable = lib.mkDefault true;
|
||||
crony.watchdog.disable = lib.mkDefault true;
|
||||
crony.additional-hardware.enable = lib.mkDefault true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue