feat: remove autotile #82

Merged
chef merged 1 commit from remove-autotile into main 2024-09-22 18:08:16 +00:00
Showing only changes of commit 458d63c029 - Show all commits

View file

@ -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"];
};
};
};
};
}