From 7dfa2579be1344c138c1ab8fe914dc60039c2a48 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 4 Sep 2021 19:59:03 +0200 Subject: feeds: install imm --- accounts/gkleen@vidhar.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'accounts/gkleen@vidhar.nix') 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 @@ -{ userName, ... }: { +{ flake, userName, ... }: { + imports = with flake.nixosModules.userProfiles.${userName}; [ + feeds + ]; + config.users.users.${userName}.uid = 1000; } -- cgit v1.2.3