feat: move all shell related stuff to separate module.
This commit is contained in:
parent
3575914a0e
commit
da58fe5c3a
3 changed files with 120 additions and 101 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue