Set pinentry package to Qt variant when using plasma6

Add extra theme/icon packages to installed packages whilst configuring
This commit is contained in:
Evie Litherland-Smith 2024-06-17 08:27:46 +01:00
parent 923adabb28
commit 4a101ee77d
2 changed files with 7 additions and 1 deletions

View file

@ -25,6 +25,10 @@ in {
webcord webcord
protonmail-setup-bridge protonmail-setup-bridge
davmail-setup davmail-setup
pkgs.gnome.gnome-themes-extra
pkgs.adwaita-qt
pkgs.volantes-cursors
(pkgs.papirus-icon-theme.override {color = "violet";})
]; ];
services.syncthing.enable = true; services.syncthing.enable = true;
programs.mpv.enable = true; programs.mpv.enable = true;

View file

@ -3,4 +3,6 @@
lib, lib,
pkgs, pkgs,
... ...
}: {} }: {
services.gpg-agent.pinentryPackage = pkgs.pinentry-qt;
}