mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-07-03 13:44:50 +01:00
Fixed incorrect config attribute
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
Unit = {
|
||||
Description = "Ghostty Terminal Emulator";
|
||||
X-SwitchMethod = "keep-old";
|
||||
X-RestartIfChanged = false;
|
||||
After = ["graphical-session.target"];
|
||||
};
|
||||
Service = {
|
||||
@@ -28,6 +29,5 @@
|
||||
Install = {
|
||||
WantedBy = ["graphical-session.target"];
|
||||
};
|
||||
restartIfChanged = false;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user