diff --git a/flake.nix b/flake.nix index 8b378de..54ac7b3 100644 --- a/flake.nix +++ b/flake.nix @@ -73,7 +73,7 @@ pkgs = nixpkgs.legacyPackages.${system}; modules = [ ./profiles/${profile} - ./homes/${username} + ./homes/${username}/home.nix stylix.homeModules.stylix ]; };