{ config, lib, pkgs, ... }: { programs.uwsm.enable = true; programs.hyprland = { enable = true; xwayland.enable = false; withUWSM = true; }; }