feat: better modules aragement.
This commit is contained in:
parent
de11ee0676
commit
6e967a751f
49 changed files with 27 additions and 19 deletions
13
modules/cross-platform/home-manager/default.nix
Normal file
13
modules/cross-platform/home-manager/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{lib, ...}: {
|
||||
imports = [
|
||||
./neovim.nix
|
||||
./shell.nix
|
||||
./tmux.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
crony.neovim.enable = lib.mkDefault true;
|
||||
crony.shell.enable = lib.mkDefault true;
|
||||
crony.tmux.enable = lib.mkDefault true;
|
||||
crony.zsh.enable = lib.mkDefault true;
|
||||
}
|
|
@ -1,27 +1,20 @@
|
|||
{lib, ...}: {
|
||||
imports = [
|
||||
./mangohud.nix
|
||||
./neovim.nix
|
||||
./zsh.nix
|
||||
./tmux.nix
|
||||
./nnn.nix
|
||||
./mpv.nix
|
||||
./obs-studio.nix
|
||||
./nh.nix
|
||||
./restic.nix
|
||||
./hyprland.nix
|
||||
./browsers
|
||||
./shell.nix
|
||||
./scripts.nix
|
||||
./emulators.nix
|
||||
./desktop.nix
|
||||
./emulators.nix
|
||||
./gaming.nix
|
||||
./hyprland.nix
|
||||
./mangohud.nix
|
||||
./mpv.nix
|
||||
./nh.nix
|
||||
./nnn.nix
|
||||
./obs-studio.nix
|
||||
./restic.nix
|
||||
./scripts.nix
|
||||
];
|
||||
|
||||
crony.mangohud.enable = lib.mkDefault true;
|
||||
crony.neovim.enable = lib.mkDefault true;
|
||||
crony.zsh.enable = lib.mkDefault true;
|
||||
crony.tmux.enable = lib.mkDefault true;
|
||||
crony.nnn.enable = lib.mkDefault true;
|
||||
crony.mpv.enable = lib.mkDefault true;
|
||||
crony.obs-studio.enable = lib.mkDefault true;
|
||||
|
@ -29,7 +22,6 @@
|
|||
crony.restic.enable = lib.mkDefault true;
|
||||
crony.hyprland.enable = lib.mkDefault true;
|
||||
crony.browsers.enable = lib.mkDefault true;
|
||||
crony.shell.enable = lib.mkDefault true;
|
||||
crony.scripts.enable = lib.mkDefault true;
|
||||
crony.emulators.enable = lib.mkDefault true;
|
||||
crony.desktop.enable = lib.mkDefault true;
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 4.4 MiB After Width: | Height: | Size: 4.4 MiB |
Loading…
Add table
Add a link
Reference in a new issue