diff --git a/modules/platform/flake-parts.nix b/modules/platform/flake-parts.nix new file mode 100644 index 0000000..0242d20 --- /dev/null +++ b/modules/platform/flake-parts.nix @@ -0,0 +1,5 @@ +{ inputs, ... }: { + imports = [ + inputs.home-manager.flakeModules.home-manager + ]; +}