diff options
Diffstat (limited to 'accounts/root@installer.nix')
| -rw-r--r-- | accounts/root@installer.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/accounts/root@installer.nix b/accounts/root@installer.nix new file mode 100644 index 00000000..c7a418f8 --- /dev/null +++ b/accounts/root@installer.nix | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | { userName, ... }: | ||
| 2 | |||
| 3 | { | ||
| 4 | home-manager.users.${userName} = { config, ... } : { | ||
| 5 | home.stateVersion = config.home.version.release; | ||
| 6 | }; | ||
| 7 | } | ||
