fix(sway): put default value for desktop wallpaper
This commit is contained in:
parent
6810fb5e3f
commit
e37f418f55
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue