Update to proper formatting of git extraconf
This commit is contained in:
parent
6f95f1cd5a
commit
a36a5f6080
1 changed files with 1 additions and 4 deletions
|
@ -4,10 +4,7 @@
|
|||
enable = true;
|
||||
userName = "Bun";
|
||||
userEmail = "bun@nixfox.ca";
|
||||
extraConfig = ''
|
||||
[safe]
|
||||
directory = /etc/nixos
|
||||
'';
|
||||
extraConfig.safe.directory = "/etc/nixos"
|
||||
};
|
||||
|
||||
programs.lazygit.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue