nixos-surface-config/homeManagerModules/bat.nix
Rohan Deshpande b0462a90af first commit
2024-09-08 20:27:05 -04:00

6 lines
65 B
Nix

{config, pkgs, ...}: {
programs.bat = {
enable = true;
};
}