Skip to content

Commit 4f900a5

Browse files
committed
feta: auto start 1password and telegram
1 parent 860d4e6 commit 4f900a5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/home/environment/xdg.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,13 @@ in
6262
associations.added = associations;
6363
defaultApplications = associations;
6464
};
65+
66+
autostart = lib.mkIf config.nixfiles.programs.gui.enable {
67+
enable = true;
68+
entries = [
69+
"${pkgs._1password-gui}/share/applications/1password.desktop"
70+
"${pkgs.telegram-desktop}/share/applications/org.telegram.desktop.desktop"
71+
];
72+
};
6573
};
6674
}

0 commit comments

Comments
 (0)