aboutsummaryrefslogtreecommitdiff
path: root/profiles/home-manager.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/home-manager.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/home-manager.nix b/profiles/home-manager.nix
index 47919a9..eb7c94d 100644
--- a/profiles/home-manager.nix
+++ b/profiles/home-manager.nix
@@ -1,5 +1,6 @@
{
self,
+ adminUser,
hostName,
inputs,
config,
@@ -10,6 +11,7 @@
inherit
self
hostName
+ adminUser
inputs
;
}