feat: move scripts to cross-platform
This commit is contained in:
parent
7a20e3c6ac
commit
b47f4adb76
@ -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;
|
||||
}
|
||||
|
@ -11,7 +11,6 @@
|
||||
./nnn.nix
|
||||
./obs-studio.nix
|
||||
./restic.nix
|
||||
./scripts.nix
|
||||
./shell-additions.nix
|
||||
];
|
||||
|
||||
@ -23,7 +22,6 @@
|
||||
crony.restic.enable = lib.mkDefault true;
|
||||
crony.hyprland.enable = lib.mkDefault true;
|
||||
crony.browsers.enable = lib.mkDefault true;
|
||||
crony.scripts.enable = lib.mkDefault true;
|
||||
crony.emulators.enable = lib.mkDefault true;
|
||||
crony.desktop.enable = lib.mkDefault true;
|
||||
crony.gaming.enable = lib.mkDefault true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user