feat: add custom scripts.

This commit is contained in:
CronyAkatsuki 2025-03-18 18:20:13 +01:00
parent 84bf820b93
commit f1c37c598f
4 changed files with 48 additions and 0 deletions

View file

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