1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

nix: use quickshell from source by default in greeter (#941)

This commit is contained in:
Lucas
2025-12-08 03:37:29 -03:00
committed by GitHub
parent 0a00ef39e3
commit c570e20308

View File

@@ -61,7 +61,9 @@ in {
'';
};
quickshell = {
package = lib.mkPackageOption pkgs "quickshell" {};
package = lib.mkPackageOption dmsPkgs "quickshell" {
extraDescription = "The quickshell package to use (defaults to be built from source, in the commit 26531f due to unreleased features used by DMS).";
};
};
logs.save = lib.mkEnableOption "saving logs from DMS greeter to file";
logs.path = lib.mkOption {