all repos — flake @ 84e3606ca14113ae2a3e8c9fa4668ecf677bc06c

got my cool flake

home/common/sway/theme.nix (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
{
  lib,
  config,
  pkgs,
  ...
}:
{
  wayland.windowManager.sway.extraConfig = lib.mkAfter ''
    gaps inner 2
    gaps outer 2
    smart_gaps off

    default_border none
    default_floating_border none
  '';
}