Skip to content

Commit

Permalink
environment.noXlibs: disable gnome3 for pinentry
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Jun 28, 2019
1 parent 24f13c2 commit 8622ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/config/no-x-libs.nix
Expand Up @@ -34,7 +34,7 @@ with lib;
networkmanager-openvpn = super.networkmanager-openvpn.override { withGnome = false; };
networkmanager-vpnc = super.networkmanager-vpnc.override { withGnome = false; };
networkmanager-iodine = super.networkmanager-iodine.override { withGnome = false; };
pinentry = super.pinentry_ncurses;
pinentry = super.pinentry.override { gtk2 = null; gcr = null; qt = null; };
gobject-introspection = super.gobject-introspection.override { x11Support = false; };
}));
};
Expand Down

0 comments on commit 8622ff8

Please sign in to comment.