all repos — flake @ 1acd902be2a85cadf6d517b2fe5afc1ab7593053

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
 17
 18
 19
 20
 21
{
  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
  '';
}