Files
nix-config/modules/hm/shell/bat.nix
2026-05-06 19:48:33 +05:30

6 lines
79 B
Nix

{
flake.modules.homeManager.shell = {
programs.bat.enable = true;
};
}