rearange
All checks were successful
nixos config pipeline / show-flake (push) Successful in 23s
nixos config pipeline / deploy (push) Successful in 17s

This commit is contained in:
smayzy 2025-10-09 18:02:47 +02:00
parent d341c0c3f1
commit 66d9b83dc8

View File

@ -11,11 +11,11 @@ in
config = mkIf config.smayzy.base { config = mkIf config.smayzy.base {
smayzy = { smayzy = {
nvf.enable = true;
nh.enable = true;
fzf.enable = true;
zsh.enable = true;
base-cli-pkgs.enable = true; base-cli-pkgs.enable = true;
fzf.enable = true;
nh.enable = true;
nvf.enable = true;
zsh.enable = true;
}; };
}; };
} }