fix(wpaperd): make sure wallpaper fits on laptop
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-06-07 23:17:31 -04:00
parent d11b941ead
commit 5a1d50cece

View file

@ -12,6 +12,7 @@ in {
xdg.configFile."wpaperd/config.toml".source = writeTOML "config.toml" {
default = {
path = wallpaper;
mode = "stretch";
};
};
}