diff --git a/system/default.nix b/system/default.nix index 7c9a9247..417f7557 100644 --- a/system/default.nix +++ b/system/default.nix @@ -110,6 +110,7 @@ inherit authorizedKeys; }; ${username} = { + shell = pkgs.nushell; isNormalUser = true; group = "users"; description = "Evie Litherland-Smith"; diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index b4cdde9f..5fa2ef26 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -16,7 +16,6 @@ programs = { # Shells bash.enable = true; - fish.enable = true; nushell.enable = true; # CLI programs and utilities carapace.enable = true; diff --git a/system/home/shell/starship.nix b/system/home/shell/starship.nix index 3f27a4c4..7a77ca1e 100644 --- a/system/home/shell/starship.nix +++ b/system/home/shell/starship.nix @@ -142,11 +142,11 @@ shell = { disabled = false; format = "using [$indicator]($style)"; - bash_indicator = " "; - fish_indicator = "󰈺 "; - powershell_indicator = " "; - cmd_indicator = " "; - unknown_indicator = " "; + nu_indicator = "ν "; + bash_indicator = " "; + powershell_indicator = " "; + cmd_indicator = " "; + unknown_indicator = " "; }; status = { disabled = false; diff --git a/system/home/terminal/alacritty.nix b/system/home/terminal/alacritty.nix index a7acd634..343d7817 100644 --- a/system/home/terminal/alacritty.nix +++ b/system/home/terminal/alacritty.nix @@ -1,9 +1,8 @@ -{ config, ... }: +{ ... }: { programs.alacritty = { enable = true; settings = { - shell = "${config.programs.fish.package}/bin/fish"; window = { dynamic_title = true; padding = {