From c570e20308ef4714a6c591a2da2f7989455da021 Mon Sep 17 00:00:00 2001 From: Lucas <43530291+LuckShiba@users.noreply.github.com> Date: Mon, 8 Dec 2025 03:37:29 -0300 Subject: [PATCH] nix: use quickshell from source by default in greeter (#941) --- distro/nix/greeter.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distro/nix/greeter.nix b/distro/nix/greeter.nix index 8531683a..c299dff6 100644 --- a/distro/nix/greeter.nix +++ b/distro/nix/greeter.nix @@ -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 {