{ config, lib, ... }:
lib.mkIf config.programs.sway.enable {
  programs.sway = {
    wrapperFeatures.gtk = true;
    extraPackages = [ ];
  };
}