{pkgs, ...}: { environment.defaultPackages = with pkgs; [ hyprsunset ]; programs = { hyprland = { enable = true; withUWSM = true; # Universal Wayland Session Manager xwayland.enable = true; }; }; }