diff options
| author | seth <[email protected]> | 2023-08-24 07:51:37 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-24 07:54:19 -0400 |
| commit | 8784fea414a31642d6e9c5fb5cfc05f0f3fa340c (patch) | |
| tree | 86cd01678b29cb5f8e73a5326fb2981fd860640e /hosts/profiles.nix | |
| parent | 21436db22f7602226ac7744db8486d7ec94ab44a (diff) | |
flake: shorten input names
Diffstat (limited to 'hosts/profiles.nix')
| -rw-r--r-- | hosts/profiles.nix | 4 |
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 |
