{ pkgs, ... }: { programs.hyprland = { enable = true; withUWSM = true; xwayland.enable = true; }; environment.systemPackages = with pkgs; [ wofi waybar grim swaynotificationcenter swaylock hyprpaper lxsession hyprshot wayvnc ]; }