services.displayManager.dms-greeter.configFiles

NixOS option

List of DankMaterialShell configuration files to copy into the greeter data directory at /var/lib/dms-greeter. This is useful for preserving user preferences like wallpapers, themes, and other settings in the greeter screen. Use configHome instead if your configuration files are in standard XDG locations.

type: list of absolute path
Default
[ ]
Example
[
  "/home/user/.config/DankMaterialShell/settings.json"
  "/home/user/.local/state/DankMaterialShell/session.json"
]
declared in: nixos/modules/services/display-managers/dms-greeter.nixView source on NixOS/nixpkgs →