This commit is contained in:
2022-08-13 14:32:23 -04:00
parent 472894122d
commit ffb3914efb
5 changed files with 16 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
{
home.packages = with pkgs; [ pinentry_mac terminal-notifier syncthing ];
home.packages = with pkgs; [ pinentry_mac terminal-notifier ];
home.file.gpg-agent = {
target = ".gnupg/gpg-agent.conf";