diff options
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -55,7 +55,10 @@ ])]; }) ./machines/wsl.nix - ]; + ] ++ (attrValues + (attrsets.mergeAttrsList (map modulesIn [ + ./profiles/core + ]))); }; templates = { |
