mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-08 03:19:26 -05:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{config, ...}: let
|
||||
cfg = config.omarchy;
|
||||
in {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = cfg.full_name;
|
||||
userEmail = cfg.email_address;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user