{pkgs, ...}: { imports = [ ./wayland-wm.nix ]; programs.hyprland = { enable = true; withUWSM = false; xwayland.enable = true; }; environment.systemPackages = with pkgs; [ # caelestia-shell xdg-desktop-portal-hyprland hyprpolkitagent grimblast xdg-desktop-portal-wlr ]; }