chore(pinentry): use gtk3

This commit is contained in:
oddlama 2023-10-18 15:11:38 +02:00
parent 76f81807b3
commit 7b7458ccd5
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 7 additions and 4 deletions

View file

@ -3,6 +3,7 @@
inputs,
lib,
minimal,
pkgs,
...
}: let
inherit
@ -32,6 +33,9 @@ in
config = {
# Needed for gtk
programs.dconf.enable = true;
# Required for gnome3 pinentry
services.dbus.packages = [pkgs.gcr];
stylix = {
# I want to choose what to style myself.
autoEnable = false;