all repos — flake @ a7abfba6833aa22d659b81c99a14756acd8953f7

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
  '';
}