diff --git a/homeManagerModules/restic/flake.nix b/homeManagerModules/restic/flake.nix index ec84df1..d3023b6 100644 --- a/homeManagerModules/restic/flake.nix +++ b/homeManagerModules/restic/flake.nix @@ -40,7 +40,7 @@ # Provide the Home Manager module homeManagerModules = { - resticprofile = import ./resticprofile.nix; + resticprofile = ./resticprofile.nix; }; }; }