Missed semicolon
This commit is contained in:
parent
a36a5f6080
commit
c41636ccf5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Bun";
|
userName = "Bun";
|
||||||
userEmail = "bun@nixfox.ca";
|
userEmail = "bun@nixfox.ca";
|
||||||
extraConfig.safe.directory = "/etc/nixos"
|
extraConfig.safe.directory = "/etc/nixos";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.lazygit.enable = true;
|
programs.lazygit.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue