diff options
Diffstat (limited to 'home/common/home.nix')
-rw-r--r-- | home/common/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/common/home.nix b/home/common/home.nix index 4ee0d94..b2ca191 100644 --- a/home/common/home.nix +++ b/home/common/home.nix @@ -1,5 +1,5 @@ { config, ... }: let - username = config.userdata.name; + username = config.global.userdata.name; in { imports = [ ./modules/git.nix |