From 5dae782584cabf761174054215ef52e65ca5bcd1 Mon Sep 17 00:00:00 2001 From: Johannes Hendrik Gerard van der Weide Date: Fri, 24 Nov 2023 11:26:30 +0100 Subject: [PATCH] Ensured keepassxc opens the right database on startup --- Users/Hertog/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Users/Hertog/sway.nix b/Users/Hertog/sway.nix index 200a9ad..cd85099 100755 --- a/Users/Hertog/sway.nix +++ b/Users/Hertog/sway.nix @@ -129,7 +129,7 @@ startup = [ {command = "export QT_QPA_PLATFORM=wayland";} {command = "swaybg -i /etc/nixos/Assets/background.svg";} - {command = "keepassxc";} + {command = "keepassxc /home/hertog/Documents/Belangrijk/Wachtwoorden.kdbx";} ]; colors = { background = "#242424";