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