From 324d3e3847e4097b2673b0590b75b3aa6cecf1ae Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 28 Jul 2025 23:56:47 -0500 Subject: [PATCH] fixed import for laptop --- homeManagerModules/restic/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }; }