diff --git a/flake.lock b/flake.lock index 15ec4cc..c3f8667 100644 --- a/flake.lock +++ b/flake.lock @@ -790,15 +790,15 @@ "systems": "systems_3" }, "locked": { - "lastModified": 1725126812, - "narHash": "sha256-E0CrYq8A/gdBjb9qC3PGKfH9lwSESyFX6sRZXJxq4JE=", - "owner": "bddvlpr", + "lastModified": 1725290973, + "narHash": "sha256-+jwXF9KI0HfvDgpsoJGvOdfOGGSKOrID1wQB79zjUbo=", + "owner": "danth", "repo": "stylix", - "rev": "3a4101c4f4abee41859c0cb98f6250f04c80d0f6", + "rev": "ef81ad9e85e60420cc83d4642619c14b57139d33", "type": "github" }, "original": { - "owner": "bddvlpr", + "owner": "danth", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index 8574963..294c03b 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ nix-index-database.url = "github:nix-community/nix-index-database"; nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; - stylix.url = "github:bddvlpr/stylix"; + stylix.url = "github:danth/stylix"; stylix.inputs.nixpkgs.follows = "nixpkgs"; stylix.inputs.home-manager.follows = "home-manager";