fix keepass unlock by using AutoOpen
https://keepassxc.org/docs/KeePassXC_UserGuide#_automatic_database_opening
This commit is contained in:
parent
862d3cd691
commit
f6c33bf42d
|
@ -109,7 +109,7 @@ commonConfig = {
|
||||||
/run/current-system/sw/bin/busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true
|
/run/current-system/sw/bin/busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true
|
||||||
''}
|
''}
|
||||||
${pkgs.home-daemon}/bin/home-daemon system76-scheduler&
|
${pkgs.home-daemon}/bin/home-daemon system76-scheduler&
|
||||||
${pkgs.gnome.zenity}/bin/zenity --password | ${pkgs.coreutils}/bin/tee /dev/stdout | (${pkgs.keepassxc}/bin/keepassxc --pw-stdin ~/Nextcloud/keepass.kdbx ~/var/local.kdbx&)
|
${pkgs.gnome.zenity}/bin/zenity --password | (${pkgs.gawk}/bin/awk '{print$0;print$0;}' | ${pkgs.keepassxc}/bin/keepassxc --pw-stdin ~/var/local.kdbx &)
|
||||||
# nextcloud and nheko need secret service access
|
# nextcloud and nheko need secret service access
|
||||||
${pkgs.nextcloud-client}/bin/nextcloud --background&
|
${pkgs.nextcloud-client}/bin/nextcloud --background&
|
||||||
${pkgs.nheko}/bin/nheko&
|
${pkgs.nheko}/bin/nheko&
|
||||||
|
|
Loading…
Reference in a new issue