friendship ended with gpg

This commit is contained in:
notgne2 2022-10-09 16:49:04 -07:00
parent 27be887431
commit fb615593f3
No known key found for this signature in database
GPG key ID: 5CE0A245A2DAC84A
4 changed files with 4 additions and 31 deletions

View file

@ -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 = {