71 current 2024-03-01 02:05:57 23.11.4801.b7ee09cf5614 6.1.79 *

Signed-off-by: Sky Hearn <sky.hearn@pm.me>
This commit is contained in:
Sky Hearn 2024-03-01 02:06:01 -08:00
parent 9027b29229
commit 2a4b3abfd3
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ nitrogen --restore &
description = "Clipcat Daemon"; description = "Clipcat Daemon";
serviceConfig = { serviceConfig = {
ExecStart = ''${pkgs.clipcat}/bin/clipcatd --no-daemon --replace''; ExecStart = ''/home/sky/.nix-profile/bin/clipcatd --no-daemon --replace''; # TODO: Make this not terrible
Restart = "on-failure"; Restart = "on-failure";
Type = "simple"; Type = "simple";
}; };