services.displayManager.dms-greeter.configHome

NixOS option

Path to a user’s home directory from which to copy DankMaterialShell configuration files. When set, the following files will be automatically copied to the greeter: ~/.config/DankMaterialShell/settings.json ~/.local/state/DankMaterialShell/session.json ~/.cache/DankMaterialShell/dms-colors.json If your configuration files are in non-standard locations, use the configFiles option instead.

type: null or string
Default
null
Example
"/home/alice"
declared in: nixos/modules/services/display-managers/dms-greeter.nixView source on NixOS/nixpkgs →