{ pkgs, config, lib, ... }: let modifier = "SUPER"; in { xdg.configFile."hypr/hyprland.conf".text = '' $SUPER = ${modifier}; bind = $SUPER, Q, exec, kitty ''; }