fixed import for laptop

This commit is contained in:
John Lancaster
2025-07-28 23:56:47 -05:00
parent c648e45a23
commit 324d3e3847

View File

@@ -40,7 +40,7 @@
# Provide the Home Manager module # Provide the Home Manager module
homeManagerModules = { homeManagerModules = {
resticprofile = import ./resticprofile.nix; resticprofile = ./resticprofile.nix;
}; };
}; };
} }