From abadce3a967b7c18b298d40e0e33cfeeb6c2efeb Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 31 Aug 2023 15:53:51 -0400 Subject: [PATCH] flake.nix: Use stylix from upstream Although I originally wanted to make some cool pull requests for stylix, it turns out that adding such features would be non-trivial due to the lack of home-manager support. Since I implemented the functionality I wanted in my own config already, there's no need to maintain a separate stylix branch. --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) 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";