{ pkgs, ... }: { home.packages = with pkgs; [ gruvterial-theme gruvbox-plus-icons libsForQt5.qt5ct kdePackages.qt6ct ]; gtk = { enable = true; theme = { name = "Gruvterial-Dark"; package = pkgs.gruvterial-theme; }; iconTheme = { name = "Gruvbox-Plus-Dark"; package = pkgs.gruvbox-plus-icons; }; cursorTheme = { name = "Bibata-Modern-Ice"; package = pkgs.bibata-cursors; size = 24; }; }; qt = { enable = true; platformTheme.name = "qtct"; style = { name = "kvantum"; package = pkgs.kdePackages.qtstyleplugin-kvantum; }; }; xdg.configFile."kvantum/kvantum.kvconfig".text = '' [General] theme=KvDark ''; }