From 2c1edb71fe5dfdb71180ed1f4750e4e8c90f351c Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 15 Nov 2021 16:26:38 -0800 Subject: [PATCH] Got rid of redundant variable --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index fb62f7c..c0480a5 100644 --- a/module.nix +++ b/module.nix @@ -18,7 +18,7 @@ let local-usernames = attrNames config.instance.local-users; in filterAttrs (username: userOpts: elem username local-usernames) - user-config-map; + user-configs; in { config.home-manager = {