Set default background
This commit is contained in:
parent
4fed3712b0
commit
a0cb0d1f44
|
@ -13,7 +13,6 @@ in
|
||||||
options.desktop.theming.background = {
|
options.desktop.theming.background = {
|
||||||
path = mkOption {
|
path = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
# default = "minimal/a_cat_in_a_cup.png";
|
|
||||||
default = "minimal/a_flower_on_a_dark_background.png";
|
default = "minimal/a_flower_on_a_dark_background.png";
|
||||||
description = "Path to the background image.";
|
description = "Path to the background image.";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue