mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-07 23:48:40 +00:00
Use pinentry-curses (#86)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = nixpkgs.stdenv.isLinux;
|
||||
pinentryPackage = nixpkgs.pinentry-qt;
|
||||
pinentryPackage = nixpkgs.pinentry-curses;
|
||||
};
|
||||
|
||||
services.swayidle = {enable = true;};
|
||||
|
Reference in New Issue
Block a user