feat: add custom scripts.
This commit is contained in:
parent
84bf820b93
commit
f1c37c598f
4 changed files with 48 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
./hyprland.nix
|
||||
./browsers
|
||||
./shell.nix
|
||||
./scripts.nix
|
||||
];
|
||||
|
||||
crony.mangohud.enable = lib.mkDefault true;
|
||||
|
@ -26,4 +27,5 @@
|
|||
crony.hyprland.enable = lib.mkDefault true;
|
||||
crony.browsers.enable = lib.mkDefault true;
|
||||
crony.shell.enable = lib.mkDefault true;
|
||||
crony.scripts.enable = lib.mkDefault true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue