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