{ pkgs, ... }: { gtk = { enable = true; iconTheme = { name = "Adwaita"; package = pkgs.gnome.adwaita-icon-theme; }; theme = { name = "adw-gtk3"; package = pkgs.adw-gtk3; }; cursorTheme = { name = "Bibata-Modern-Classic"; package = pkgs.bibata-cursors; }; }; home.sessionVariables.GTK_THEME = "adw-gtk3"; }