Skip to content

Commit d6bc077

Browse files
committed
updates
1 parent 3ecccd7 commit d6bc077

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

vagrant/git.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ in {
115115
# Create .gitignore file
116116
home.file.".gitignore".text = sharedGitignore;
117117

118-
home.activation.linkGitConfig = config.lib.dag.entryAfter ["writeBoundary"] ''
119-
ln -sf ${config.home.homeDirectory}/.config/git/config /home/${username}/.gitconfig
120-
''
118+
home.activation.linkGitConfig =
119+
config.lib.dag.entryAfter [ "writeBoundary" ] ''
120+
ln -sf ${config.home.homeDirectory}/.config/git/config /home/${username}/.gitconfig
121+
'';
121122
}

0 commit comments

Comments
 (0)