1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-02 02:22:06 -04:00

nix: update quickshell version (#2263)

Updated the quickshell revision to 783c95, matching the "stable" package in other DMS distributions.
This commit is contained in:
Lucas
2026-04-24 18:12:44 -03:00
committed by GitHub
parent 1abb221024
commit 4a32739d3f
2 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
quickshell = {
url = "git+https://git.outfoxxed.me/quickshell/quickshell?rev=41828c4180fb921df7992a5405f5ff05d2ac2fff";
url = "git+https://git.outfoxxed.me/quickshell/quickshell?rev=783c953987dc56ff0601abe6845ed96f1d00495a";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-compat = {