feat: move all shell related stuff to separate module.

This commit is contained in:
CronyAkatsuki 2025-03-18 10:59:33 +01:00
parent 3575914a0e
commit da58fe5c3a
3 changed files with 120 additions and 101 deletions

View file

@ -11,6 +11,7 @@
./restic.nix
./hyprland.nix
./browsers
./shell.nix
];
crony.mangohud.enable = lib.mkDefault true;
@ -24,4 +25,5 @@
crony.restic.enable = lib.mkDefault true;
crony.hyprland.enable = lib.mkDefault true;
crony.browsers.enable = lib.mkDefault true;
crony.shell.enable = lib.mkDefault true;
}