kde: more tweaks to make using kde easier
This commit is contained in:
parent
834fbccfc8
commit
de117167f2
4 changed files with 19 additions and 3 deletions
9
user/kde.nix
Normal file
9
user/kde.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
lib.mkIf (config.my.desktop == "kde") {
|
||||
services.gpg-agent.pinentry.package = lib.mkForce pkgs.pinentry-qt;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue