forked from mirrors_public/oddlama_nix-config
chore(pinentry): use gtk3
This commit is contained in:
parent
76f81807b3
commit
7b7458ccd5
3 changed files with 7 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue