Remove fish

This commit is contained in:
Evie Litherland-Smith 2024-02-26 08:16:39 +00:00
parent 6227c23cee
commit 4bdd2313e5
3 changed files with 0 additions and 3 deletions

View file

@ -22,7 +22,6 @@
programs = { programs = {
bash.enable = true; bash.enable = true;
carapace.enable = true; carapace.enable = true;
fish.enable = true;
bat = { bat = {
enable = true; enable = true;
config.theme = lib.mkIf config.stylix.targets.bat.enable "base16-stylix"; config.theme = lib.mkIf config.stylix.targets.bat.enable "base16-stylix";

View file

@ -100,7 +100,6 @@
shell = { shell = {
disabled = false; disabled = false;
format = "using [$indicator ]($style)"; format = "using [$indicator ]($style)";
fish_indicator = "󰈺 ";
nu_indicator = "ν"; nu_indicator = "ν";
}; };
status = { status = {

View file

@ -5,7 +5,6 @@
targets = { targets = {
chromium.enable = true; chromium.enable = true;
console.enable = true; console.enable = true;
fish.enable = true;
}; };
image = ../wallpapers/default.jpg; image = ../wallpapers/default.jpg;
polarity = "dark"; polarity = "dark";