properly configure bat

This commit is contained in:
Ingolf Wagner 2023-05-29 16:57:10 +02:00
parent 31f8f1a55c
commit a11bfcc243
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ in
# a better cat
programs.bat = {
enable = true;
config.theme = "Gruvbox (light)";
config.theme = "gruvbox-light";
};
# notify me when a command is finished
@ -73,6 +73,7 @@ in
keyScheme = "vim";
fuzzySearchFactor = 3;
enableZshIntegration = true;
enableBashIntegration = true;
};
programs.zsh = {

View file

@ -34,7 +34,6 @@ in
config = lib.mkIf config.components.gui.enable {
home-manager.users.mainUser = {
programs.i3status-rust = {
enable = true;
bars = {