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