dotfiles/home-manager/programs/bat.nix

2 lines
39 B
Nix
Raw Normal View History

2024-02-27 02:54:02 +01:00
{ programs.bat = { enable = true; }; }