improved user config readability

This commit is contained in:
Bryan Ramos 2024-11-04 09:36:28 -05:00
parent 500fc03faf
commit 649d9e83b6
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -17,7 +17,6 @@ in
keys = import ./keys;
groups = [ "wheel" "networkmanager" "home-manager" "input" ];
gitConfig = optionalAttrs modules.git.enable {
userName = "Bryan Ramos";
userEmail = email;