macbook: drop unnecessary RestartSec from ghostty daemon

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-18 16:58:00 +01:00
parent b32bb900c0
commit ca6699f6f4

View file

@ -70,7 +70,6 @@
Type = "simple";
ExecStart = "${pkgs.ghostty}/bin/ghostty --initial-window=false";
Restart = "always";
RestartSec = 1;
};
Install.WantedBy = [ "graphical-session.target" ];
};