Remove fish
This commit is contained in:
parent
6227c23cee
commit
4bdd2313e5
|
@ -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";
|
||||
|
|
|
@ -100,7 +100,6 @@
|
|||
shell = {
|
||||
disabled = false;
|
||||
format = "using [$indicator ]($style)";
|
||||
fish_indicator = " ";
|
||||
nu_indicator = "ν";
|
||||
};
|
||||
status = {
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
targets = {
|
||||
chromium.enable = true;
|
||||
console.enable = true;
|
||||
fish.enable = true;
|
||||
};
|
||||
image = ../wallpapers/default.jpg;
|
||||
polarity = "dark";
|
||||
|
|
Loading…
Reference in a new issue