summaryrefslogtreecommitdiff
path: root/home/common/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/common/home.nix')
-rw-r--r--home/common/home.nix2
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