global/shell: move common aliases into universe.shellAliases
This commit is contained in:
parent
8e61568191
commit
83d96e9172
3 changed files with 24 additions and 14 deletions
|
@ -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}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue