From 6e2a64a50c46403bdeb76fbbeb5fc30ec84d1eeb Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 5 Mar 2026 10:28:26 +0100 Subject: [PATCH] Home: Pregenerate keepassxc session config --- home/christoph/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index c355bb69..b01919da 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -430,6 +430,15 @@ in "start_app_minimized": true } ''; + + # KeePassXC + ".config/QtProject.conf".text = '' + [FileDialog] + history=@Invalid() + lastVisited=file:///home/christoph/Documents/KeePass + qtVersion=5.15.18 + viewMode=Detail + ''; }) ];