Fixed warning

This commit is contained in:
alejandro-angulo 2025-05-04 17:01:45 -07:00
parent 4ad1e4417e
commit ab3c1bf1ca
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -34,7 +34,7 @@ in
# see here: https://github.com/nix-community/home-manager/issues/3864
services.gpg-agent = mkIf (system == "x86_64-linux") {
enable = true;
pinentryPackage =
pinentry.package =
if config.${namespace}.windowManagers.sway.enable then pkgs.pinentry-qt else pkgs.pinentry-curses;
enableZshIntegration = true;
enableSshSupport = true;