5 lines
98 B
Nix
5 lines
98 B
Nix
{
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {environment.shellAliases.cat = "${lib.getExe pkgs.bat} --theme Nord";}
|