diff --git a/flake.lock b/flake.lock index e1c90a75..d5e5cbd0 100644 --- a/flake.lock +++ b/flake.lock @@ -127,16 +127,15 @@ ] }, "locked": { - "lastModified": 1690905065, - "narHash": "sha256-7RP7PJlHlK7yTsKBwvzzin8TX0Iiu4YcRWCr633wApM=", - "owner": "donovanglover", + "lastModified": 1691942466, + "narHash": "sha256-bK6FFbsKtyLKJLwgHerWp/EMMoWqE0UJk0KEbgYICbY=", + "owner": "danth", "repo": "stylix", - "rev": "5f7b55cc690b5ca02d1dc19175cab2ccdd408811", + "rev": "beb35709c9a769a5f279d3177af778a15dcbda46", "type": "github" }, "original": { - "owner": "donovanglover", - "ref": "personal-master", + "owner": "danth", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index 1cf3c9ec..e0402e14 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ }; stylix = { - url = "github:donovanglover/stylix/personal-master"; + url = "github:danth/stylix"; inputs = { nixpkgs.follows = "nixpkgs"; home-manager.follows = "home-manager";