regreet: add settings

This commit is contained in:
NullBite 2024-12-20 19:56:20 -05:00
parent fe90af8583
commit 92c19008f5
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -77,6 +77,11 @@ in
in lib.mkIf cfg.presets.regreet.enable {
enable = lib.mkDefault true;
package = wrapperPackage;
settings = {
background.path = cfg.settings.wallpaper;
fit = lib.mkDefault "Fill";
appearance.greeting_msg = cfg.settings.greeting;
};
};
# self config