{ pkgs, ... }: { gtk = { enable = true; theme = { package = pkgs.arc-theme; name = "Arc-Dark"; }; }; }