diff --git a/home/default.nix b/home/default.nix index b370dd77..30127ddb 100644 --- a/home/default.nix +++ b/home/default.nix @@ -22,7 +22,6 @@ programs = { bash.enable = true; carapace.enable = true; - fish.enable = true; bat = { enable = true; config.theme = lib.mkIf config.stylix.targets.bat.enable "base16-stylix"; diff --git a/home/starship/default.nix b/home/starship/default.nix index 7dc01098..ac05a369 100644 --- a/home/starship/default.nix +++ b/home/starship/default.nix @@ -100,7 +100,6 @@ shell = { disabled = false; format = "using [$indicator ]($style)"; - fish_indicator = "󰈺 "; nu_indicator = "ν"; }; status = { diff --git a/system/stylix.nix b/system/stylix.nix index 05d59c1f..a061489d 100644 --- a/system/stylix.nix +++ b/system/stylix.nix @@ -5,7 +5,6 @@ targets = { chromium.enable = true; console.enable = true; - fish.enable = true; }; image = ../wallpapers/default.jpg; polarity = "dark";