mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-06-04 09:52:03 +01:00
Updated ghostty service to not crash on update
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user