feat: move scripts to cross-platform

This commit is contained in:
CronyAkatsuki 2025-03-30 18:51:48 +02:00
parent 7a20e3c6ac
commit b47f4adb76
6 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,7 @@
imports = [
./neovim.nix
./shell.nix
./scripts.nix
./tmux.nix
./zsh.nix
];
@ -10,4 +11,5 @@
crony.shell.enable = lib.mkDefault true;
crony.tmux.enable = lib.mkDefault true;
crony.zsh.enable = lib.mkDefault true;
crony.scripts.enable = lib.mkDefault true;
}