Use pinentry-curses (#86)

This commit is contained in:
Patrick Stevens
2024-10-21 23:28:21 +01:00
committed by GitHub
parent 52c08e4183
commit 9fbcd75842

View File

@@ -17,7 +17,7 @@
services.gpg-agent = {
enable = nixpkgs.stdenv.isLinux;
pinentryPackage = nixpkgs.pinentry-qt;
pinentryPackage = nixpkgs.pinentry-curses;
};
services.swayidle = {enable = true;};