diff --git a/users/buffet/sway.nix b/users/buffet/sway.nix index e67fa7e..61a92d2 100644 --- a/users/buffet/sway.nix +++ b/users/buffet/sway.nix @@ -215,21 +215,5 @@ in { ring-wrong-color = bright.white; }; }; - - systemd.user.services = { - autotile-rs = { - Unit = { - Description = "Autotiling for sway (and possibly i3)"; - }; - - Service = { - ExecStart = "${pkgs.autotiling-rs}/bin/autotiling-rs -w 1 2 3 4 5 6 7 9"; - }; - - Install = { - WantedBy = ["sway-session.target"]; - }; - }; - }; }; }