properly configure bat
This commit is contained in:
parent
31f8f1a55c
commit
a11bfcc243
2 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
|
@ -34,7 +34,6 @@ in
|
|||
config = lib.mkIf config.components.gui.enable {
|
||||
home-manager.users.mainUser = {
|
||||
|
||||
|
||||
programs.i3status-rust = {
|
||||
enable = true;
|
||||
bars = {
|
||||
|
|
Loading…
Reference in a new issue