services.displayManager.dms-greeter.package

NixOS option

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.

type: package
Default
if config.programs.dms-shell.enable
then config.programs.dms-shell.package
else pkgs.dms-shell;
declared in: nixos/modules/services/display-managers/dms-greeter.nixView source on NixOS/nixpkgs →