From ca48e370ff3b12daac4758216a7f6df7cfb12961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 9 Jan 2024 07:59:41 +0100 Subject: [PATCH] feat: use NixOS gnome keyring instead of the one from HM --- configs/cloud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/cloud.nix b/configs/cloud.nix index 614f865..8657489 100644 --- a/configs/cloud.nix +++ b/configs/cloud.nix @@ -17,8 +17,9 @@ in { } ]; + services.gnome.gnome-keyring.enable = true; + home-manager.users.me = { - services.gnome-keyring.enable = true; services.nextcloud-client = { enable = true; startInBackground = true;