diff --git a/users/default.nix b/users/default.nix index fa4e9cf..1777a2b 100644 --- a/users/default.nix +++ b/users/default.nix @@ -75,6 +75,8 @@ lib.foldl' (acc: obj: lib.recursiveUpdate acc obj) { } ( } (map (user: { home-manager.users.${user} = { + nixpkgs.config.allowUnfree = true; + imports = [ ./${user}/modules