From 43c9825e49d25fbd2c19abcdeb8f73aee8be2a4c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 14 May 2025 10:50:27 +0200 Subject: ... --- accounts/gkleen@vidhar.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'accounts/gkleen@vidhar.nix') diff --git a/accounts/gkleen@vidhar.nix b/accounts/gkleen@vidhar.nix index 8509c2f4..3a37c4bd 100644 --- a/accounts/gkleen@vidhar.nix +++ b/accounts/gkleen@vidhar.nix @@ -1,4 +1,8 @@ { flake, pkgs, userName, config, ... }: { + imports = with flake.nixosModules.userProfiles.${userName}; [ + zsh tmux + ]; + config = { users.users.${userName} = { uid = 1000; -- cgit v1.2.3