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

8 lines
133 B
Nix

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