nix-dotfiles/modules/bat.nix
2021-05-12 18:06:15 +02:00

3 lines
64 B
Nix

{
programs.bat = { enable = true; config.theme = "Nord"; };
}