Ensured keepassxc opens the right database on startup
parent
341e52acdd
commit
5dae782584
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue