From 43c9825e49d25fbd2c19abcdeb8f73aee8be2a4c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 14 May 2025 10:50:27 +0200 Subject: ... --- accounts/root@installer.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'accounts/root@installer.nix') diff --git a/accounts/root@installer.nix b/accounts/root@installer.nix index c7a418f8..5fe1db38 100644 --- a/accounts/root@installer.nix +++ b/accounts/root@installer.nix @@ -1,7 +1,11 @@ -{ userName, ... }: +{ flake, userName, ... }: { - home-manager.users.${userName} = { config, ... } : { + imports = with flake.nixosModules.userProfiles.${userName}; [ + zsh tmux + ]; + + config.home-manager.users.${userName} = { config, ... } : { home.stateVersion = config.home.version.release; }; } -- cgit v1.2.3