mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-08-01 09:52:17 +01:00
Updated ghostty service to not crash on update
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
Description = "Ghostty Terminal Emulator";
|
Description = "Ghostty Terminal Emulator";
|
||||||
X-SwitchMethod = "keep-old";
|
X-SwitchMethod = "keep-old";
|
||||||
After = ["graphical-session.target"];
|
After = ["graphical-session.target"];
|
||||||
PartOf = ["graphical-session.target"];
|
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
ExecStart = "${lib.getExe config.programs.ghostty.package}";
|
ExecStart = "${lib.getExe config.programs.ghostty.package}";
|
||||||
@@ -29,5 +28,6 @@
|
|||||||
Install = {
|
Install = {
|
||||||
WantedBy = ["graphical-session.target"];
|
WantedBy = ["graphical-session.target"];
|
||||||
};
|
};
|
||||||
|
restartIfChanged = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user