MyNixOS website logo
option

services.displayManager.dms-greeter.package

The DankMaterialShell package to use for the greeter.

Defaults to the package from programs.dms-shell if it is enabled, otherwise defaults to pkgs.dms-shell.

Declarations
Type
package
Default
if config.programs.dms-shell.enable
then config.programs.dms-shell.package
else pkgs.dms-shell;