modules/options: add env alias
This commit is contained in:
parent
2f760179c2
commit
282ed8445c
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,8 @@ with lib.hlissner;
|
|||
configFile = mkOpt attrs { };
|
||||
dataFile = mkOpt attrs { };
|
||||
};
|
||||
|
||||
env = mkOpt attrs { };
|
||||
};
|
||||
|
||||
config = {
|
||||
|
@ -29,6 +31,8 @@ with lib.hlissner;
|
|||
};
|
||||
};
|
||||
|
||||
environment.variables = mkAliasDefinitions options.env;
|
||||
|
||||
bud.localFlakeClone = config.dotfiles.dir;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue