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