add some packages

This commit is contained in:
Ingolf Wagner 2023-06-13 19:58:51 +02:00
parent 50e2e52809
commit a4a197bd8c
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
5 changed files with 15 additions and 4 deletions
nixos/components/gui/home-manager

View file

@ -23,7 +23,6 @@ with lib;
enable = true;
config.theme = "gruvbox-light";
};
home.shellAliases.cat = "${pkgs.bat}/bin/bat";
# notify me when a command is finished
@ -34,6 +33,7 @@ with lib;
enable = true;
enableAliases = true;
};
home.shellAliases.llt = "${pkgs.exa}/bin/exa -a --tree";
# use z instead of cd
# use zi to fuzzy search through all registered directories