regreet: add settings
This commit is contained in:
parent
fe90af8583
commit
92c19008f5
@ -77,6 +77,11 @@ in
|
|||||||
in lib.mkIf cfg.presets.regreet.enable {
|
in lib.mkIf cfg.presets.regreet.enable {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
package = wrapperPackage;
|
package = wrapperPackage;
|
||||||
|
settings = {
|
||||||
|
background.path = cfg.settings.wallpaper;
|
||||||
|
fit = lib.mkDefault "Fill";
|
||||||
|
appearance.greeting_msg = cfg.settings.greeting;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# self config
|
# self config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user