{ pkgs, lib, config, ... }: { imports = [ ../gnome-keyring ../dbus ]; programs.sway = { enable = true; wrapperFeatures.gtk = true; }; }