From 3eac06e1c227da8efd00800f1d4d40b2d371fdff Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 6 Jun 2022 20:26:57 +0200 Subject: [PATCH] Mention gnome-keyring useflag on Gentoo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 515afca4..5bfbc550 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,15 @@ sudo dnf install nheko ``` #### Gentoo Linux + ```bash sudo eselect repository enable guru sudo emaint sync -r guru sudo emerge -a nheko ``` +If you are using Gnome Keyring or KeepassXC as your secrets daemon, ensure that the `gnome-keyring` useflag is enabled on `dev-libs/qtkeychain`. + #### Nix(os) ```bash