From 99f9a49ce59314d6339816c54eb5127452c38036 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 5 Sep 2024 19:20:37 -0700 Subject: [PATCH] feat: enable gnome-keyring --- modules/linux/core/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/linux/core/default.nix b/modules/linux/core/default.nix index 90d10f4..1e7ea9d 100644 --- a/modules/linux/core/default.nix +++ b/modules/linux/core/default.nix @@ -20,4 +20,6 @@ } ]; }; + + services.gnome.gnome-keyring.enable = true; }