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 = {