Skip to content

Commit

Permalink
fix: hmModules -> homeManagerModules
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed May 23, 2024
1 parent 028318b commit 3033e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
};

outputs = inputs@{ self, ... }: {
hmModules.default = import ./modules inputs;
homeManagerModules.default = import ./modules inputs;
};
}

0 comments on commit 3033e22

Please sign in to comment.