[fix] bat: remove explicit theme

Stylix set the theme for us
This commit is contained in:
Jalil David Salamé Messina 2024-05-05 14:54:31 +02:00
parent 2a9e423215
commit 01665664e6
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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;