{ lib, config, pkgs, ... }: { wayland.windowManager.sway.extraConfig = lib.mkAfter '' gaps inner 4 gaps outer 2 smart_gaps off default_border none default_floating_border none corner_radius 8 default_dim_inactive 0.075 default_border pixel 1 ''; }