parent
6f4981f8d3
commit
7da47f0705
3 changed files with 53 additions and 21 deletions
|
@ -332,7 +332,6 @@ in
|
|||
pkgs.kdePackages.neochat
|
||||
nixos-install-tools
|
||||
nmap
|
||||
nushell
|
||||
nvme-cli
|
||||
procmail
|
||||
okteta
|
||||
|
@ -499,8 +498,12 @@ in
|
|||
enableMail = false;
|
||||
};
|
||||
|
||||
# add nushell and zsh to allowed shells
|
||||
environment.shells = with pkgs; [ nushell zsh ];
|
||||
# use ZSH per default
|
||||
programs.zsh.enable = true;
|
||||
environment.shells = with pkgs; [ zsh ];
|
||||
|
||||
# needed for the ZSH completion
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
|
||||
# use micro as default terminal editor
|
||||
environment.variables.EDITOR = "micro";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue