friendship ended with gpg
This commit is contained in:
parent
27be887431
commit
fb615593f3
4 changed files with 4 additions and 31 deletions
|
@ -27,18 +27,6 @@ in {
|
|||
ezcolors.enable = lib.mkDefault true;
|
||||
ezfonts.enable = lib.mkDefault true;
|
||||
|
||||
systemd.user.services.yubikey-touch-detector = {
|
||||
Service = {
|
||||
ExecStart = toString (pkgs.writeShellScript "yubikey-touch-detector-libnotify" ''
|
||||
export SSH_AUTH_SOCK="$(${pkgs.gnupg}/bin/gpgconf --list-dirs agent-ssh-socket)"
|
||||
${pkgs.yubikey-touch-detector}/bin/yubikey-touch-detector -libnotify
|
||||
'');
|
||||
};
|
||||
Install = rec {
|
||||
WantedBy = ["graphical-session.target"];
|
||||
};
|
||||
};
|
||||
|
||||
programs.firefox.enable = true;
|
||||
|
||||
programs.kermit = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue