diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@vidhar.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/accounts/gkleen@vidhar.nix b/accounts/gkleen@vidhar.nix index 4b41926c..2bb4f32b 100644 --- a/accounts/gkleen@vidhar.nix +++ b/accounts/gkleen@vidhar.nix | |||
@@ -1,3 +1,7 @@ | |||
1 | { userName, ... }: { | 1 | { flake, userName, ... }: { |
2 | imports = with flake.nixosModules.userProfiles.${userName}; [ | ||
3 | feeds | ||
4 | ]; | ||
5 | |||
2 | config.users.users.${userName}.uid = 1000; | 6 | config.users.users.${userName}.uid = 1000; |
3 | } | 7 | } |