The Quickshell package to use for the greeter.
Defaults to the quickshell package from programs.dms-shell if it is enabled, otherwise defaults to pkgs.quickshell.
Declarations
Type
packageDefault
if config.programs.dms-shell.enable
then config.programs.dms-shell.quickshell.package
else pkgs.quickshell;