Updated ghostty service to not crash on update

This commit is contained in:
2026-06-02 23:18:02 +01:00
parent c8a5cc0ed4
commit 39a5ec7a62
+1 -1
View File
@@ -16,7 +16,6 @@
Description = "Ghostty Terminal Emulator";
X-SwitchMethod = "keep-old";
After = ["graphical-session.target"];
PartOf = ["graphical-session.target"];
};
Service = {
ExecStart = "${lib.getExe config.programs.ghostty.package}";
@@ -29,5 +28,6 @@
Install = {
WantedBy = ["graphical-session.target"];
};
restartIfChanged = false;
};
}