mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
improved user config readability
This commit is contained in:
parent
290ed823c1
commit
294dfd9d2d
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ in
|
||||||
keys = import ./keys;
|
keys = import ./keys;
|
||||||
|
|
||||||
groups = [ "wheel" "networkmanager" "home-manager" "input" ];
|
groups = [ "wheel" "networkmanager" "home-manager" "input" ];
|
||||||
|
|
||||||
gitConfig = optionalAttrs modules.git.enable {
|
gitConfig = optionalAttrs modules.git.enable {
|
||||||
userName = "Bryan Ramos";
|
userName = "Bryan Ramos";
|
||||||
userEmail = email;
|
userEmail = email;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue