{ config, lib, pkgs, ... }: { programs.sway = { enable = true; wrapperFeatures.gtk = true; }; }