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