chore: switch pinentry to gnome
This commit is contained in:
parent
e2dbc1b2a3
commit
53cf2d0e95
|
@ -23,6 +23,8 @@ in {
|
|||
];
|
||||
|
||||
config = {
|
||||
# needed for gnome pinentry
|
||||
services.dbus.packages = [pkgs.gcr];
|
||||
stylix = {
|
||||
autoEnable = false;
|
||||
polarity = "dark";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
pinentryFlavor = "qt";
|
||||
pinentryFlavor = "gnome3";
|
||||
};
|
||||
|
||||
programs.gpg = {
|
||||
|
|
Loading…
Reference in a new issue