Fix home.nix path for flake.nix
This commit is contained in:
parent
34eab2b47f
commit
eaedcbd5d6
|
|
@ -73,7 +73,7 @@
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
modules = [
|
modules = [
|
||||||
./profiles/${profile}
|
./profiles/${profile}
|
||||||
./homes/${username}
|
./homes/${username}/home.nix
|
||||||
stylix.homeModules.stylix
|
stylix.homeModules.stylix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue