tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
chore: remove conditional git include for school
dunkirk.sh
2 weeks ago
759d983c
7e179150
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
-13
1 changed file
expand all
collapse all
unified
split
modules
home
apps
git.nix
-13
modules/home/apps/git.nix
···
11
11
config = lib.mkIf config.atelier.shell.git.enable {
12
12
programs.git = {
13
13
enable = true;
14
14
-
includes = [
15
15
-
{
16
16
-
path = pkgs.writeText "git-user-config" ''
17
17
-
[user]
18
18
-
name = Kieran Klukas
19
19
-
email = kieranklukas@cedarville.edu
20
20
-
signingKey = ~/.ssh/id_ed25519_cedarville.pub
21
21
-
[core]
22
22
-
sshCommand = ssh -i ~/.ssh/id_ed25519_cedarville
23
23
-
'';
24
24
-
condition = "gitdir:~/code/school/";
25
25
-
}
26
26
-
];
27
14
settings = {
28
15
user = {
29
16
name = "Kieran Klukas";