fix: reuse betterbird profile

This commit is contained in:
Jet 2026-05-03 18:33:42 -07:00
parent 8e225f5d82
commit 7da82701df
No known key found for this signature in database
3 changed files with 74 additions and 4 deletions

View file

@ -50,13 +50,13 @@ let
"${config.programs.zen-browser.package}/bin/zen-beta"
"${pkgs.ghostty}/bin/ghostty --fullscreen=true -e ${homeLib.zellijPersistentSession}/bin/zellij-persistent-session"
"${pkgs.slack}/bin/slack"
"${homeLib.betterbird}/bin/betterbird"
"${homeLib.betterbirdLauncher}/bin/betterbird-profile"
];
personalStartup = [
"${config.programs.zen-browser.package}/bin/zen-beta"
"${pkgs.ghostty}/bin/ghostty --fullscreen=true -e ${homeLib.zellijPersistentSession}/bin/zellij-persistent-session"
"${pkgs.vesktop}/bin/vesktop --start-fullscreen"
"${homeLib.betterbird}/bin/betterbird"
"${homeLib.betterbirdLauncher}/bin/betterbird-profile"
"${pkgs.signal-desktop}/bin/signal-desktop --start-fullscreen"
"${pkgs.zulip}/bin/zulip --start-fullscreen"
];