quickshell: switch to nixpkgs quickshell

This commit is contained in:
Bloxx12 2025-07-09 21:05:06 +02:00
commit 99b7c4f250
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
3 changed files with 1 additions and 32 deletions

View file

@ -67,13 +67,6 @@
inputs.systems.follows = "systems";
};
quickshell = {
url = "git+https://git.outfoxxed.me/quickshell/quickshell";
# THIS IS IMPORTANT
# Mismatched system dependencies will lead to crashes and other issues.
inputs.nixpkgs.follows = "nixpkgs";
};
# The things rust is making me do...
rust-overlay = {
url = "github:oxalica/rust-overlay";