mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
cliphist: Use upstream default options
This commit is contained in:
parent
cd84465d7f
commit
94f8e8cb17
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
services.cliphist = {
|
services.cliphist = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowImages = false;
|
allowImages = false;
|
||||||
|
extraOptions = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services.cliphist.Service.ExecStopPost =
|
systemd.user.services.cliphist.Service.ExecStopPost =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue