Refactor: global.nix
This commit is contained in:
parent
a56399bc7a
commit
2f0b5cf661
3 changed files with 28 additions and 9 deletions
|
|
@ -1,8 +1,11 @@
|
|||
_: {
|
||||
_:
|
||||
let
|
||||
globals = import ../../config/globals.nix;
|
||||
in {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "DuN0z";
|
||||
userEmail = "dun0z@porzh.me";
|
||||
userName = globals.admin.name;
|
||||
userEmail = globals.admin.email;
|
||||
};
|
||||
}
|
||||
# vim: set ts=2 sw=2 sts=2 et :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue