Move nh config to a module.
This commit is contained in:
parent
681eb44624
commit
084983e1e1
3 changed files with 23 additions and 10 deletions
|
@ -7,6 +7,7 @@
|
|||
./nnn.nix
|
||||
./mpv.nix
|
||||
./obs-studio.nix
|
||||
./nh.nix
|
||||
];
|
||||
|
||||
crony.mangohud.enable = lib.mkDefault true;
|
||||
|
@ -16,4 +17,5 @@
|
|||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue