diff --git a/homeManagerModules/desktop/sway/default.nix b/homeManagerModules/desktop/sway/default.nix index 4724250f..41294972 100644 --- a/homeManagerModules/desktop/sway/default.nix +++ b/homeManagerModules/desktop/sway/default.nix @@ -137,6 +137,7 @@ startup = [ {command = "${wallpaperd}";} {command = "${pkgs.kanshi}/bin/kanshi";} + {command = "${pkgs.autotiling}/bin/autotiling";} {command = "${notifyd}";} {command = "${pkgs.wl-clipboard}/bin/wl-paste --type text --watch cliphist store";} {command = "${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store";}