server: Disable nushell, bandwhich
This commit is contained in:
parent
2e6157e0c7
commit
ed4049c96f
1 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue