feat(Zulip): add zulip autoload
This commit is contained in:
parent
8c48f6c9d0
commit
5ce39883a6
2 changed files with 3 additions and 0 deletions
|
@ -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"; }
|
||||
];
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
signal-desktop
|
||||
keepassxc
|
||||
ferdium
|
||||
zulip
|
||||
];
|
||||
pointerCursor = {
|
||||
package = pkgs.breeze-hacked-cursor-theme;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue