summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-09 17:42:58 -0500
committerseth <[email protected]>2024-02-09 17:42:58 -0500
commit604af3214f6f60b011a7ec084cc7a1e3e293255f (patch)
tree0f9dae5e619f25f5b71cab8e356a488261a50d1d /systems
parenta5c6d7e075affe0ca95bd8e64fce9c387efc382b (diff)
systems: fix importing home-manager on darwin
Diffstat (limited to 'systems')
-rw-r--r--systems/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/default.nix b/systems/default.nix
index 0f0bc7d..22adae8 100644
--- a/systems/default.nix
+++ b/systems/default.nix
@@ -28,7 +28,7 @@
builder = inputs.darwin.lib.darwinSystem;
modules = [
- inputs.hm.darwinModules.home-manager
+ inputs.home-manager.darwinModules.home-manager
];
systems = {