This commit is contained in:
Trolli Schmittlauch 2024-03-26 10:44:15 +01:00
parent 2e3694a6fb
commit 0b239f93da
2 changed files with 7 additions and 13 deletions

View file

@ -39,7 +39,6 @@
terminal = "screen-256color"; terminal = "screen-256color";
}; };
programs.git = { programs.git = {
enable = true; enable = true;
extraConfig = { extraConfig = {

View file

@ -63,18 +63,13 @@ in
} }
] ]
# set default name for several other common locations # set default name for several other common locations
++ ++ map (dir: {
map
(dir: {
condition = "gitdir:${dir}"; condition = "gitdir:${dir}";
contents = { contents = {
user.name = contacts.realName; user.name = contacts.realName;
user.email = contacts.fcioMail; user.email = contacts.fcioMail;
}; };
}) }) [ "~/" ];
[
"~/"
];
}; };
# some extra shell scripts # some extra shell scripts