Kieran's opinionated (and probably slightly dumb) nix config

bug: fix git config include

dunkirk.sh 99b91fe9 d23d3851

verified
Changed files
+1 -1
modules
home
apps
+1 -1
modules/home/apps/git.nix
···
[core]
sshCommand = ssh -i ~/.ssh/id_ed25519_cedarville
'';
-
condition = "gitdir:~/code/school";
+
condition = "gitdir:~/code/school/";
}
];
extraConfig = {