Remove fish
This commit is contained in:
parent
6227c23cee
commit
4bdd2313e5
|
@ -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";
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue