From 877569a39a96731b49e63ada700dcdf10bd40465 Mon Sep 17 00:00:00 2001 From: twoneis Date: Wed, 8 May 2024 22:12:53 +0200 Subject: [PATCH] added keyring --- modules/system/persist/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/persist/default.nix b/modules/system/persist/default.nix index 3fbae0c..71fec1d 100644 --- a/modules/system/persist/default.nix +++ b/modules/system/persist/default.nix @@ -20,6 +20,7 @@ "code" # a lot of firefox settings that can't/aren't currently declared properly ".mozilla" + ".local/share/keyrings" ]; }; };