yep, more dotfiles

sway: add auto tiling

wiro.world 8c6e27dd 0266df8e

verified
+5
+5
home-manager/fragments/sway.nix
··· 366 366 gamma = 0.8; 367 367 }; 368 368 }; 369 + 370 + services.autotiling = { 371 + enable = true; 372 + package = pkgs.autotiling-rs; 373 + }; 369 374 }; 370 375 }