From dcd6b194cb76bb02eb1a355f3f83716235899025 Mon Sep 17 00:00:00 2001 From: Toast Date: Sat, 30 Dec 2023 14:57:05 +0100 Subject: [PATCH] Desktop/keepassxc: enable favicon downloader --- roles/desktop/programs/keepassxc.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/desktop/programs/keepassxc.nix b/roles/desktop/programs/keepassxc.nix index 22858fc..637818c 100644 --- a/roles/desktop/programs/keepassxc.nix +++ b/roles/desktop/programs/keepassxc.nix @@ -19,7 +19,10 @@ let # monochrome-light, monochrome-dark or colorful TrayIconAppearance = "monochrome-light"; }; - Security.HideNotes = true; + Security = { + HideNotes = true; + IconDownloadFallback = true; + }; SSHAgent.Enabled = true; }; in