From a0cb0d1f446122893c542d97d8cf89b41def1481 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Thu, 27 Feb 2025 11:18:09 +0100 Subject: [PATCH] Set default background --- user-modules/desktop/theming/background.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/user-modules/desktop/theming/background.nix b/user-modules/desktop/theming/background.nix index ff8df97..0aa1e62 100644 --- a/user-modules/desktop/theming/background.nix +++ b/user-modules/desktop/theming/background.nix @@ -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."; };