From 7da47f07056cd9c8ceaf1f20282e6db1dde04646 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 29 Jul 2024 18:21:20 +0200 Subject: Revert "let's try nushell" This reverts commit 68d99c3696d39d534c5cf7f2aee7a424c55539d2. --- share/common.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'share/common.nix') diff --git a/share/common.nix b/share/common.nix index 2a9d15e..9488e08 100644 --- a/share/common.nix +++ b/share/common.nix @@ -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"; -- cgit v1.2.3