wayland.windowManager.hyprland.extraConfig
Home-Manager option
Extra configuration lines to add to ~/.config/hypr/hyprland.conf.
type: strings concatenated with “\n”Default
""
Example
declared in: <home-manager/modules/services/window-managers/hyprland.nix>source unavailable'' # window resize bind = $mod, S, submap, resize submap = resize binde = , right, resizeactive, 10 0 binde = , left, resizeactive, -10 0 binde = , up, resizeactive, 0 -10 binde = , down, resizeactive, 0 10 bind = , escape, submap, reset submap = reset ''