From 2ff3ca63c9ef47600b9e9674d49b13e8e3ffb37c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 19 Nov 2024 07:04:36 +0000 Subject: [PATCH] Remove fish, set nushell as login shell --- system/default.nix | 1 + system/home/shell/default.nix | 1 - system/home/shell/starship.nix | 10 +++++----- system/home/terminal/alacritty.nix | 3 +-- 4 files changed, 7 insertions(+), 8 deletions(-) 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 = {