feat(Zulip): add zulip autoload

This commit is contained in:
catvayor 2025-06-06 12:54:51 +02:00
parent 8c48f6c9d0
commit 5ce39883a6
Signed by: lbailly
GPG key ID: CE3E645251AC63F3
2 changed files with 3 additions and 0 deletions

View file

@ -97,6 +97,7 @@
{ command = "thunderbird"; }
{ command = "signal-desktop --"; }
{ command = "ferdium"; }
{ command = "zulip"; }
{ command = ''sh -c "sleep 2 && exec keepassxc"''; }
];
assigns = {
@ -104,6 +105,7 @@
"9" = [ { app_id = "thunderbird"; } ];
"10" = [
{ class = "Signal"; }
{ class = "Zulip"; }
{ class = "discord"; }
{ class = "Ferdium"; }
];

View file

@ -75,6 +75,7 @@
signal-desktop
keepassxc
ferdium
zulip
];
pointerCursor = {
package = pkgs.breeze-hacked-cursor-theme;