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

View File

@@ -4,6 +4,7 @@
{
home.shellAliases = {
sudo = "sudo --preserve-env=PATH";
"\\" = "command";
};
home.packages = with pkgs; [