{ config, pkgs, ... }: { config = { home.pointerCursor = { name = "Bibata-Modern-Ice"; size = 24; package = pkgs.bibata-cursors; gtk.enable = true; }; gtk = { enable = true; theme = { name = "Catppuccin-GTK-Dark"; package = pkgs.magnetic-catppuccin-gtk; }; iconTheme = { name = "Qogir"; package = pkgs.qogir-icon-theme; }; gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc"; }; }; }