summaryrefslogtreecommitdiff
path: root/home-manager/common/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/common/home.nix')
-rw-r--r--home-manager/common/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/common/home.nix b/home-manager/common/home.nix
index b5886d4..8ec0757 100644
--- a/home-manager/common/home.nix
+++ b/home-manager/common/home.nix
@@ -1,5 +1,5 @@
{ config, ... }: let
- username = config.userdata.user;
+ username = config.userdata.name;
in {
imports = [ ./modules/git.nix ];