This commit is contained in:
Frost-Phoenix 2023-11-06 15:23:20 +01:00
parent ffb7b86513
commit 64042e7674

View file

@ -1,8 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.bat = { programs.bat = {
enable = true; enable = true
config .theme = "base16"; config .theme = "base16"
# config.theme = "Monokai Extended"; # config.theme = "Monokai Extended";
}; };
} }