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, ... }:
{
programs.bat = {
enable = true;
config .theme = "base16";
enable = true
config .theme = "base16"
# config.theme = "Monokai Extended";
};
}