diff options
| author | seth <[email protected]> | 2024-02-09 17:42:58 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-09 17:42:58 -0500 |
| commit | 604af3214f6f60b011a7ec084cc7a1e3e293255f (patch) | |
| tree | 0f9dae5e619f25f5b71cab8e356a488261a50d1d | |
| parent | a5c6d7e075affe0ca95bd8e64fce9c387efc382b (diff) | |
systems: fix importing home-manager on darwin
| -rw-r--r-- | systems/default.nix | 2 |
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 = { |
