From eaedcbd5d6e15637af20e9ca2ccaa20e76ea5308 Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Wed, 21 Jan 2026 15:05:25 -0500 Subject: [PATCH] Fix home.nix path for flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; };