Set default background

This commit is contained in:
Jan-Bulthuis 2025-02-27 11:18:09 +01:00
parent 4fed3712b0
commit a0cb0d1f44
1 changed files with 0 additions and 1 deletions

View File

@ -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.";
}; };