gpg: Enable notifications for touch interaction
This commit is contained in:
parent
ec150e5a6c
commit
35949934dd
|
@ -36,7 +36,7 @@
|
||||||
Environment = [
|
Environment = [
|
||||||
"PATH=${pkgs.gnupg}/bin"
|
"PATH=${pkgs.gnupg}/bin"
|
||||||
];
|
];
|
||||||
ExecStart = "${pkgs.yubikey-touch-detector}/bin/yubikey-touch-detector";
|
ExecStart = "${pkgs.yubikey-touch-detector}/bin/yubikey-touch-detector -libnotify";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue