[fix] bat: remove explicit theme
Stylix set the theme for us
This commit is contained in:
parent
2a9e423215
commit
01665664e6
1 changed files with 1 additions and 4 deletions
|
@ -39,10 +39,7 @@ in {
|
|||
programs.bat = {
|
||||
# Better cat (bat)
|
||||
enable = true;
|
||||
config = {
|
||||
style = "plain"; # Disable headers and numbers
|
||||
theme = "gruvbox-dark"; # TODO: Follow light/dark polarity
|
||||
};
|
||||
config.style = "plain"; # Disable headers and numbers
|
||||
};
|
||||
# Direnv
|
||||
programs.direnv.enable = true;
|
||||
|
|
Loading…
Reference in a new issue