Devariable domains
This commit is contained in:
parent
2c4749f2cc
commit
984b12819e
55 changed files with 152 additions and 179 deletions
|
@ -1,9 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Jimbo";
|
||||
userEmail = "jimbo@${config.domains.p2}";
|
||||
userEmail = "jimbo@nixfox.ca";
|
||||
};
|
||||
|
||||
programs.lazygit.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue