nixcfg/home/nomad/vps.nix
nomadics9 680d1c2932 o
2024-10-18 18:35:48 +03:00

17 lines
221 B
Nix

{
imports = [
../common
./dotfiles/nvim.nix
../features/cli
./vps/home.nix
];
features = {
cli = {
zsh.enable = true;
fzf.enable = true;
neofetch.enable = true;
};
};
}