autostart bug

This commit is contained in:
Daniel Langbein 2023-09-07 21:29:50 +02:00
parent 0634dbc37c
commit 74363ac3da

View File

@ -9,5 +9,11 @@
target = ".config/autostart/" + "signal-desktop" + ".desktop";
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");
#};
};
}