all repos — flake @ 17647e11010aa11e48e0d4c1d8d49761ffe15a60

got my cool flake

hosts/common/sway.nix (view raw)

 1
 2
 3
 4
 5
 6
 7
{
  wayland.windowManager.sway = {
    enable = true;
    systemd.enable = true;
    wrapperFeatures.gtk = true;
  };
}