diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 82653ff..307cfb9 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -9,7 +9,7 @@ home = "/home/${userName}"; initialPassword = "password"; extraGroups = ["wheel" "networkmanager" "docker" "video" "syncthing"]; - shell = pkgs.nushell; + shell = pkgs.zsh; }; defaultUser = "daniel"; @@ -69,7 +69,6 @@ in { htop helix nnn - nushell ripgrep wget zsh diff --git a/users/daniel/configs/system/default.nix b/users/daniel/configs/system/default.nix index 1025f0c..3763353 100644 --- a/users/daniel/configs/system/default.nix +++ b/users/daniel/configs/system/default.nix @@ -4,6 +4,5 @@ ./helix ./kitty ./neovim - ./nushell ]; } diff --git a/users/daniel/default.nix b/users/daniel/default.nix index 822956a..5793125 100644 --- a/users/daniel/default.nix +++ b/users/daniel/default.nix @@ -159,7 +159,7 @@ in { }; }; - starship.enable = false; + starship.enable = true; vscode.enable = true;