Move nh config to a module.

This commit is contained in:
CronyAkatsuki 2025-02-01 22:57:04 +01:00
parent 681eb44624
commit 084983e1e1
3 changed files with 23 additions and 10 deletions

View file

@ -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;
}