Fix home.nix path for flake.nix

This commit is contained in:
Joshua Yuen 2026-01-21 15:05:25 -05:00
parent 34eab2b47f
commit eaedcbd5d6
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
pkgs = nixpkgs.legacyPackages.${system};
modules = [
./profiles/${profile}
./homes/${username}
./homes/${username}/home.nix
stylix.homeModules.stylix
];
};