let's try nushell

This commit is contained in:
Christoph Cullmann 2024-07-19 17:56:28 +02:00
parent 7f2d8831c4
commit 68d99c3696
No known key found for this signature in database
3 changed files with 21 additions and 53 deletions

View file

@ -330,6 +330,7 @@ in
pkgs.kdePackages.neochat
nixos-install-tools
nmap
nushell
nvme-cli
procmail
okteta
@ -493,12 +494,8 @@ in
enableMail = false;
};
# use ZSH per default
programs.zsh.enable = true;
environment.shells = with pkgs; [ zsh ];
# needed for the ZSH completion
environment.pathsToLink = [ "/share/zsh" ];
# add nushell and zsh to allowed shells
environment.shells = with pkgs; [ nushell zsh ];
# use micro as default terminal editor
environment.variables.EDITOR = "micro";