NixOS: pin Quickshell to release 0.2.1

This commit is contained in:
ItsLemmy
2025-11-16 07:18:43 -05:00
parent 8e36b68789
commit 9d3dbd33b2
+1 -1
View File
@@ -6,7 +6,7 @@
systems.url = "github:nix-systems/default";
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell?rev=c9d3ffb604";
inputs.nixpkgs.follows = "nixpkgs";
};
};