From 68d99c3696d39d534c5cf7f2aee7a424c55539d2 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 19 Jul 2024 17:56:28 +0200 Subject: let's try nushell --- share/common.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'share/common.nix') diff --git a/share/common.nix b/share/common.nix index c2db3d3..a027bc0 100644 --- a/share/common.nix +++ b/share/common.nix @@ -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"; -- cgit v1.2.3