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
|
@ -37,6 +37,7 @@ in
|
|||
|
||||
universe = {
|
||||
packages = mkOpt (listOf package) [ ];
|
||||
shellAliases = mkOpt (attrsOf str) { };
|
||||
};
|
||||
|
||||
common = mkOpt (attrsOf anything) { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue