From b2db08e968c952bf92c4cb820ef4fd03281e21d3 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 22 Apr 2024 23:56:40 -0400 Subject: [PATCH] flake.nix: Switch back to kvantum stylix fork --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 05311c8f..2658f95e 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ }; stylix = { - url = "github:danth/stylix"; + url = "github:bluskript/stylix"; inputs = { nixpkgs.follows = "nixpkgs"; home-manager.follows = "home-manager";