global/shell: move common aliases into universe.shellAliases

This commit is contained in:
Infinidoge 2024-01-12 13:57:38 -05:00
parent 8e61568191
commit 83d96e9172
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
3 changed files with 24 additions and 14 deletions

View file

@ -20,6 +20,8 @@
home-manager
] ++ main.universe.packages;
inherit (main.universe) shellAliases;
file.".profile".target = ".profile-hm";
homeDirectory = lib.mkForce "/homes/${config.home.username}";