nixos/modules/common/bat.nix
2025-09-23 09:17:26 -04:00

8 lines
102 B
Nix

{
lib,
pkgs,
...
}:
{
environment.shellAliases.cat = "${lib.getExe pkgs.bat} --theme Nord";
}