From 4b3a5a47783600a8e968e15a42de5cfaf944a2d8 Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 15 Sep 2023 19:36:23 +0200 Subject: [PATCH] KeepassXC: move comment to right place --- roles/desktop/programs/keepassxc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/desktop/programs/keepassxc.nix b/roles/desktop/programs/keepassxc.nix index 2bff9ed..00b90e6 100644 --- a/roles/desktop/programs/keepassxc.nix +++ b/roles/desktop/programs/keepassxc.nix @@ -2,10 +2,10 @@ let kpxcSettings = lib.generators.toINI {} { - # Not sure what changing this does, I'll leave it alone General = { + # Not sure what changing this does, I'll leave it alone ConfigVersion = 2; - MinimizeAfterUnlock = true; + MinimizeAfterUnlock = true; }; GUI = { ApplicationTheme = "classic";