{ config, pkgs, ... }: { imports = [ ]; environment.systemPackages = with pkgs; [ cliphist wl-clipboard mission-center hyprpicker flameshot nomacs gammastep geoclue2 wtype ]; programs.sway = { enable = true; wrapperFeatures.gtk = true; extraPackages = with pkgs; [ alacritty swaylock swayidle swaybg ]; }; programs.foot.enable = false; environment.variables = { GDK_BACKEND = "wayland"; XDG_SESSION_TYPE = "wayland"; }; security.pam.services.swaylock = {}; services.gnome.gnome-keyring.enable = true; security.pam.services.login.enableGnomeKeyring = true; }