Got rid of redundant variable

This commit is contained in:
niten 2021-11-15 16:26:38 -08:00
parent 63c2fdd679
commit 2c1edb71fe

View File

@ -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 = {