Fix aliases, nh, etc

This commit is contained in:
Henry Hiles 2025-05-22 21:19:25 -04:00
commit 660149f46b
No known key found for this signature in database
16 changed files with 81 additions and 60 deletions

5
modules/common/bat.nix Normal file
View file

@ -0,0 +1,5 @@
{
lib,
pkgs,
...
}: {environment.shellAliases.cat = "${lib.getExe pkgs.bat} --theme Nord";}