diff --git a/flake.lock b/flake.lock index dc5238b..f2e1914 100644 --- a/flake.lock +++ b/flake.lock @@ -851,15 +851,16 @@ "tinted-zed": "tinted-zed" }, "locked": { - "lastModified": 1766440186, - "narHash": "sha256-7B/dntEDan+pMB8B/sG6599f3mQaySAJL+c9NhdMP7k=", + "lastModified": 1766515275, + "narHash": "sha256-2iOwFYtsU2d5Np2pN5cDtPRrs9KswTjP+fVEXk+9QqI=", "owner": "nix-community", "repo": "stylix", - "rev": "844294a58ef0badb3067c4f2fe063030537eb624", + "rev": "c97b7b37b2d068b98271dce203857325abf58fb6", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-25.11", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index f877c2b..91180f3 100644 --- a/flake.nix +++ b/flake.nix @@ -103,6 +103,7 @@ home-manager.users.death916 = { imports = [ ./home-manager/home.nix + stylix.homeModules.stylix ]; }; }