nixos/modules/common/bat.nix
2025-05-22 21:19:25 -04:00

5 lines
98 B
Nix

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