aboutsummaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/home-manager.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/home-manager.nix b/profiles/home-manager.nix
index 8ee713e..a8559c3 100644
--- a/profiles/home-manager.nix
+++ b/profiles/home-manager.nix
@@ -25,5 +25,5 @@
../home/modules/userinfo.nix
../home/modules/onepassword.nix
]
- ++ (if pkgs.stdenv.isDarwin then [ ] else [ ]);
+ ++ (if pkgs.stdenv.isDarwin then [ inputs.mac-app-util.homeManagerModules.default ] else [ ]);
}