Merge pull request 'fix: get rif of gpg for good' (#62) from fixup-gpg into main

Reviewed-on: #62
This commit is contained in:
buffet 2024-07-15 20:00:33 +00:00
commit f35055a5da
2 changed files with 0 additions and 8 deletions

View file

@ -17,7 +17,6 @@
./borg.nix
./gdm.nix
./gpg.nix
./pipewire.nix
./printer.nix
./sway.nix

View file

@ -1,7 +0,0 @@
{pkgs, ...}: {
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-gnome3;
};
}