mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
autostart solanum
This commit is contained in:
parent
f9c17ee0ce
commit
cfd2abe482
@ -3,6 +3,10 @@
|
||||
# See also:
|
||||
# Temporary workaround until https://github.com/nix-community/home-manager/issues/3447 is merged.
|
||||
|
||||
# Desktop files:
|
||||
# /run/current-system/sw/share/applications
|
||||
# /etc/profiles/per-user/yoda/share/applications/
|
||||
|
||||
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
||||
home.file."keepassxc" = {
|
||||
target = ".config/autostart/org.keepassxc.KeePassXC.desktop";
|
||||
@ -26,5 +30,10 @@
|
||||
target = ".config/autostart/" + pkgs.thunderbird.pname + ".desktop";
|
||||
source = (pkgs.thunderbird + "/share/applications/" + pkgs.thunderbird.pname + ".desktop");
|
||||
};
|
||||
|
||||
home.file."gnome-solanum" = {
|
||||
target = ".config/autostart/org.gnome.Solanum.desktop";
|
||||
source = (pkgs.gnome-solanum + "/share/applications/org.gnome.Solanum.desktop");
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user