summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/profiles.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/profiles.nix b/hosts/profiles.nix
index ab1122b..6eef5ed 100644
--- a/hosts/profiles.nix
+++ b/hosts/profiles.nix
@@ -11,7 +11,7 @@ in {
modules = with inputs; [
ragenix.nixosModules.default
- home-manager.nixosModules.home-manager
+ hm.nixosModules.home-manager
nur.nixosModules.nur
self.nixosModules.default
@@ -38,7 +38,7 @@ in {
builder = inputs.darwin.lib.darwinSystem;
inherit specialArgs;
modules = with inputs; [
- home-manager.darwinModules.home-manager
+ hm.darwinModules.home-manager
../users/seth
self.darwinModules.default