From 52abdf22c85e0c42243359b5b90cfd0fa6366085 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 8 Mar 2025 12:40:25 -0600 Subject: [PATCH] gtk: only set icon name without package Signed-off-by: Myned --- options/custom/settings/gtk/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/custom/settings/gtk/default.nix b/options/custom/settings/gtk/default.nix index 1a92521..82fc306 100644 --- a/options/custom/settings/gtk/default.nix +++ b/options/custom/settings/gtk/default.nix @@ -27,11 +27,11 @@ in { }; cursorTheme = with config.custom.settings.icons.cursor; { - inherit name package size; + inherit name size; }; iconTheme = with config.custom.settings.icons.icon; { - inherit name package; + inherit name; }; theme = {