fix: get rif of gpg for good #62
2 changed files with 0 additions and 8 deletions
|
@ -17,7 +17,6 @@
|
|||
|
||||
./borg.nix
|
||||
./gdm.nix
|
||||
./gpg.nix
|
||||
./pipewire.nix
|
||||
./printer.nix
|
||||
./sway.nix
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue