{ inputs, pkgs, ... }: { programs.hyprland = { enable = true; }; services.xserver = { enable = true; excludePackages = [ pkgs.xterm ]; }; }