add some packages
This commit is contained in:
parent
50e2e52809
commit
a4a197bd8c
5 changed files with 15 additions and 4 deletions
nixos/components/gui/home-manager
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue