diff --git a/modules/autostart.nix b/modules/autostart.nix index 27f188f..98e34d9 100644 --- a/modules/autostart.nix +++ b/modules/autostart.nix @@ -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"); + }; }; }