{ config, pkgs, ... }: { environment.systemPackages = (with pkgs; [ rofi hyprcursor swww hyprland hyprlock hyprsunset ]); programs.hyprland = { enable = true; withUWSM = true; # recommended for most users #xwayland.enable = true; }; }