Disable zellij shell integration
zellij integration was causing it to start on startup Turn off background in btop (for terminal transparency)
This commit is contained in:
parent
1f331d1352
commit
e8ec776c2b
|
@ -29,9 +29,10 @@
|
||||||
"bat/themes/tokyonight_night.tmTheme".source = ./tokyonight_night.tmTheme;
|
"bat/themes/tokyonight_night.tmTheme".source = ./tokyonight_night.tmTheme;
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
bat.enable = true;
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
bat.enable = true;
|
zellij.enable = true;
|
||||||
zsh.initExtra = ''
|
zsh.initExtra = ''
|
||||||
xdg-query-program () {
|
xdg-query-program () {
|
||||||
FILETYPE=$(xdg-mime query filetype $@)
|
FILETYPE=$(xdg-mime query filetype $@)
|
||||||
|
@ -71,6 +72,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
color_theme = "tokyo-night";
|
color_theme = "tokyo-night";
|
||||||
|
theme_background = false;
|
||||||
graph_symbol = "braille";
|
graph_symbol = "braille";
|
||||||
update_ms = 1000;
|
update_ms = 1000;
|
||||||
proc_tree = true;
|
proc_tree = true;
|
||||||
|
@ -242,10 +244,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
zellij = {
|
|
||||||
enable = true;
|
|
||||||
enableBashIntegration = true;
|
|
||||||
enableFishIntegration = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue