Skip to content

Commit

Permalink
fixup! Fix some more duplicated nix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jan 4, 2024
1 parent b9336a0 commit c0ae773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/builders/mkHome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs.home-manager.lib.homeManagerConfiguration {
};

modules = [
./nix-commons
./modules/nix-commons
"${inputs.self}/hosts/${hostname}/home-${username}.nix"
] ++ homeModules;
}

0 comments on commit c0ae773

Please sign in to comment.