{ pkgs, lib, config, ... }: { # enable hyprland programs.hyprland.enable = true; # hint to election apps wayland is in use environment.sessionVariables.NIXOS_OZONE_WL = "1"; }