From e42b379ae8ef213905170782087017aae08efdec Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Tue, 3 Mar 2026 12:16:25 +0100 Subject: [PATCH] test --- modules/platform/flake-parts.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/platform/flake-parts.nix 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 + ]; +}