6 lines
99 B
Nix
6 lines
99 B
Nix
{ config, ... }:
|
|
{
|
|
wayland.windowManager.sway.extraConfig = ''
|
|
titlebar_padding 10 1
|
|
'';
|
|
}
|