aboutsummaryrefslogtreecommitdiff
path: root/nix/systems/desktop/home.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-16 00:13:06 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-16 00:13:06 -0800
commit2dff9d2b61244fed49136028d0e0f6ae3ae759cf (patch)
treeb94dabd4a159ed19705c109cd9047a724ddbd4e2 /nix/systems/desktop/home.nix
parentdd461e48043dabee4694e2b200f4c1d9cfdbc3d9 (diff)
modules about done
Diffstat (limited to 'nix/systems/desktop/home.nix')
-rw-r--r--nix/systems/desktop/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/systems/desktop/home.nix b/nix/systems/desktop/home.nix
index 166bd16..f1a11df 100644
--- a/nix/systems/desktop/home.nix
+++ b/nix/systems/desktop/home.nix
@@ -9,6 +9,6 @@ in
];
useGlobalPkgs = true;
useUserPackages = true;
- users."${vars.userName}" = ./user.nix;
+ users."${vars.userName}" = import ./user.nix;
};
}