nix-stuff/roles/common/programs/bat.nix

9 lines
98 B
Nix

{ config, ... }:
{
home-manager = {
users.toast.programs.bat = {
enable = true;
};
};
}