mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Wipe cliphist after stop instead of before start
This commit is contained in:
parent
d2f1ed22d2
commit
20304334a8
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
allowImages = false;
|
allowImages = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services.cliphist.Service.ExecStartPre =
|
systemd.user.services.cliphist.Service.ExecStopPost =
|
||||||
"${lib.getExe config.services.cliphist.package} wipe";
|
"${lib.getExe config.services.cliphist.package} wipe";
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue