fix(sway): put default value for desktop wallpaper

This commit is contained in:
Yorick Barbanneau 2024-05-02 09:53:57 +02:00
parent 6810fb5e3f
commit e37f418f55

View file

@ -21,8 +21,8 @@ in
};
desktop = mkOption {
type = types.str;
default = "";
description = "path for desktop wallpaper";
default = "#000000 solid_color";
description = "options for desktop wallpaper";
};
};