diff options
| author | seth <[email protected]> | 2023-07-25 02:56:16 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-25 02:56:16 -0400 |
| commit | 9297a0097d3d16a5345592fa81332eafc4d84a52 (patch) | |
| tree | 82b67049564ed6ebe7a0187e3f4ad6af7b48c507 /modules/nixos/desktop/plasma | |
| parent | 05756be4a1fd88ea8de3a09706ed5f5c6bd5c6f8 (diff) | |
modules/nixos: use default gpg pinentry
Diffstat (limited to 'modules/nixos/desktop/plasma')
| -rw-r--r-- | modules/nixos/desktop/plasma/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/nixos/desktop/plasma/default.nix b/modules/nixos/desktop/plasma/default.nix index f7a8065..500317d 100644 --- a/modules/nixos/desktop/plasma/default.nix +++ b/modules/nixos/desktop/plasma/default.nix @@ -13,7 +13,6 @@ in { getchoo.desktop.enable = true; environment = { - systemPackages = with pkgs; [pinentry-qt]; plasma5.excludePackages = with pkgs.libsForQt5; [ khelpcenter plasma-browser-integration @@ -28,7 +27,5 @@ in { useQtScaling = true; }; }; - - programs.gnupg.agent.pinentryFlavor = "qt"; }; } |
