nixos-config/modules/home/bat/default.nix
Frost-Phoenix 64042e7674 test
2023-11-06 15:23:20 +01:00

8 lines
131 B
Nix

{ pkgs, ... }:
{
programs.bat = {
enable = true
config .theme = "base16"
# config.theme = "Monokai Extended";
};
}