server: Disable nushell, bandwhich

This commit is contained in:
Erwin Boskma 2024-08-22 20:45:01 +02:00
parent 2e6157e0c7
commit ed4049c96f
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -14,8 +14,6 @@ in
home-manager.users.erwin = {
_module.args.flake-inputs = inputs;
nixpkgs.config.allowUnfree = true;
eboskma = {
programs = {
atuin.enable = true;
@ -27,7 +25,7 @@ in
email = "erwin@datarift.nl";
};
neovim.enable = true;
nushell.enable = true;
nushell.enable = false;
ssh.enable = true;
starship.enable = true;
};
@ -50,9 +48,9 @@ in
btop
fd
iotop
nmap
procs
ripgrep
units
];
};
@ -69,6 +67,5 @@ in
builtins.attrNames (builtins.readDir ../../home-manager/modules)
));
};
programs.bandwhich.enable = true;
};
}