Compare commits

...

2 commits

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;
};
}