summaryrefslogtreecommitdiff
path: root/accounts/gkleen@installer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@installer.nix')
-rw-r--r--accounts/gkleen@installer.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/accounts/gkleen@installer.nix b/accounts/gkleen@installer.nix
index 64629674..c7a418f8 100644
--- a/accounts/gkleen@installer.nix
+++ b/accounts/gkleen@installer.nix
@@ -1 +1,7 @@
1{...}: {} 1{ userName, ... }:
2
3{
4 home-manager.users.${userName} = { config, ... } : {
5 home.stateVersion = config.home.version.release;
6 };
7}