[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 = {
|
programs.bat = {
|
||||||
# Better cat (bat)
|
# Better cat (bat)
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config.style = "plain"; # Disable headers and numbers
|
||||||
style = "plain"; # Disable headers and numbers
|
|
||||||
theme = "gruvbox-dark"; # TODO: Follow light/dark polarity
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
# Direnv
|
# Direnv
|
||||||
programs.direnv.enable = true;
|
programs.direnv.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue