Include customSettings option to configure regreet #4

Merged
MathewHDYT merged 6 commits from main into main 2024-11-08 19:41:51 +01:00
MathewHDYT commented 2024-11-08 19:40:14 +01:00 (Migrated from github.com)

Add additional optional settings that allow to configure the default regreet configuration. To for example use a custom wallpaper instead of the default black one.

Example configuration:

regreet.customSettings = {
    background.path = "/path/to/wallpaper";
};
Add additional optional settings that allow to configure the default regreet configuration. To for example use a custom wallpaper instead of the default black one. Example configuration: ```nixos regreet.customSettings = { background.path = "/path/to/wallpaper"; }; ```
Sign in to join this conversation.
No description provided.