This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
home-manager/programs/desktop/plasma6/default.nix
Evie Litherland-Smith 4a101ee77d Set pinentry package to Qt variant when using plasma6
Add extra theme/icon packages to installed packages whilst configuring
2024-06-17 08:27:46 +01:00

9 lines
97 B
Nix

{
config,
lib,
pkgs,
...
}: {
services.gpg-agent.pinentryPackage = pkgs.pinentry-qt;
}