Add bat.nix and update shell aliases

This commit is contained in:
panotaka
2023-11-25 23:17:23 -04:00
parent a22135bec2
commit d18c3ba50c
3 changed files with 11 additions and 0 deletions

9
home/shell/bat.nix Normal file
View File

@@ -0,0 +1,9 @@
{
programs.bat = {
enabled = true;
};
home.shellAliases = {
cat = bat;
};
}