MyNixOS website logo
option

services.displayManager.dms-greeter.quickshell.package

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
package
Default
if config.programs.dms-shell.enable
then config.programs.dms-shell.quickshell.package
else pkgs.quickshell;