mainline
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";
};
programs.git = {
enable = true;
extraConfig = {

View File

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