kde: more tweaks to make using kde easier

This commit is contained in:
Leonardo Eugênio 2026-06-13 23:24:54 -03:00
parent 834fbccfc8
commit de117167f2
4 changed files with 19 additions and 3 deletions

9
user/kde.nix Normal file
View file

@ -0,0 +1,9 @@
{
pkgs,
lib,
config,
...
}:
lib.mkIf (config.my.desktop == "kde") {
services.gpg-agent.pinentry.package = lib.mkForce pkgs.pinentry-qt;
}