Ensured keepassxc opens the right database on startup

main
Johannes Hendrik Gerard van der Weide 2023-11-24 11:26:30 +01:00
parent 341e52acdd
commit 5dae782584
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
startup = [ startup = [
{command = "export QT_QPA_PLATFORM=wayland";} {command = "export QT_QPA_PLATFORM=wayland";}
{command = "swaybg -i /etc/nixos/Assets/background.svg";} {command = "swaybg -i /etc/nixos/Assets/background.svg";}
{command = "keepassxc";} {command = "keepassxc /home/hertog/Documents/Belangrijk/Wachtwoorden.kdbx";}
]; ];
colors = { colors = {
background = "#242424"; background = "#242424";