From 98ffbc9c9ddb19c5c42c7e9593b66e638c2eb0db Mon Sep 17 00:00:00 2001 From: shinya Date: Mon, 27 Oct 2025 14:39:25 +0100 Subject: [PATCH] fix one option definition --- mate-xp-home.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mate-xp-home.nix b/mate-xp-home.nix index 3aa3881..8b204a6 100644 --- a/mate-xp-home.nix +++ b/mate-xp-home.nix @@ -7,6 +7,7 @@ { options = { nixp.mate = { + enable = lib.mkEnableOption "enable this configuration"; panel.enable = lib.mkEnableOption "enable panel settings for mate"; background = { @@ -41,15 +42,13 @@ config.nixp.mate = { panel.enable = lib.mkDefault true; theme.enable = lib.mkDefault true; + background.enable = lib.mkDefault true; cursor.enable = lib.mkDefault true; icon.enable = lib.mkDefault true; }; gtk = { enable = true; - #gtk3 = { - # extraConfig.gtk-application-prefer-dark-theme = true; - #}; }; }) (lib.mkIf config.nixp.mate.panel.enable {