1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-15 00:32:47 -04:00

flake: use quickshell from nixpkgs-unstable pkgs (#2417)

This commit is contained in:
Lucas
2026-05-14 10:29:33 -03:00
committed by GitHub
parent 4bb3dd8310
commit 459ec47310
4 changed files with 31 additions and 41 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ in
};
quickshell = {
package = lib.mkPackageOption dmsPkgs "quickshell" {
extraDescription = "The quickshell package to use (defaults to be built from source, due to unreleased features used by DMS).";
package = lib.mkPackageOption pkgs "quickshell" {
extraDescription = "(we recommend at least 0.3.0, currently available in nixos-unstable)";
};
};