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