{ config, lib, pkgs, ... }: { wayland.windowManager.hyprland = { enable = true; }; # hint Electron apps to use Wayland: home.sessionVariables.NIXOS_OZONE_WL = "1"; }