autostart

This commit is contained in:
Daniel Langbein 2023-09-11 17:20:17 +02:00
parent 420d12c913
commit 3c95d27f22
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -10,10 +10,9 @@
source = (pkgs.signal-desktop + "/share/applications/" + "signal-desktop" + ".desktop");
};
# TODO: This is very strange. But with KeePassXC autostart enabled, `gpg --card-status` does not detect my Nitrokey USB smartcard!
#home.file.keepassxc = {
# target = ".config/autostart/" + "org.keepassxc.KeePassXC" + ".desktop";
# source = (pkgs.keepassxc + "/share/applications/" + "org.keepassxc.KeePassXC" + ".desktop");
#};
home.file.keepassxc = {
target = ".config/autostart/" + "org.keepassxc.KeePassXC" + ".desktop";
source = (pkgs.keepassxc + "/share/applications/" + "org.keepassxc.KeePassXC" + ".desktop");
};
};
}