qol(doloro@hosts): added pinentry-qt

This commit is contained in:
2025-10-22 21:43:03 +00:00
parent c1ee1ea086
commit 073aba7ebe

View File

@@ -45,6 +45,13 @@
# release notes. # release notes.
home.stateVersion = "25.05"; # Please read the comment before changing. home.stateVersion = "25.05"; # Please read the comment before changing.
services.gpg-agent = {
enable = true;
pinentry = {
package = pkgs.pinentry-qt;
program = "pinentry-qt";
};
};
# The home.packages option allows you to install Nix packages into your # The home.packages option allows you to install Nix packages into your
# environment. # environment.
home.packages = with pkgs; [ home.packages = with pkgs; [