mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
Merge branch 'test6'
This commit is contained in:
commit
46db135631
@ -3,12 +3,17 @@
|
|||||||
{
|
{
|
||||||
# See also:
|
# See also:
|
||||||
# Temporary workaround until https://github.com/nix-community/home-manager/issues/3447 is merged.
|
# Temporary workaround until https://github.com/nix-community/home-manager/issues/3447 is merged.
|
||||||
# The keepassxc desktop file is named differently than pkg.name. Thus we add it manually.
|
|
||||||
|
|
||||||
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
||||||
home.file.keepassxc = {
|
home.file.signal-desktop = {
|
||||||
target = ".config/autostart/" + "org.keepassxc.KeePassXC" + ".desktop";
|
target = ".config/autostart/" + "signal-desktop" + ".desktop";
|
||||||
source = (pkgs.keepassxc + "/share/applications/" + "org.keepassxc.KeePassXC" + ".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");
|
||||||
|
#};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user