programs: ship zulip

This commit is contained in:
Colin 2024-05-04 08:28:48 +00:00
parent 2cedd2beb4
commit a1625ea41d
3 changed files with 13 additions and 0 deletions

View File

@ -143,6 +143,7 @@
./zathura.nix
./zeal.nix
./zecwallet-lite.nix
./zulip.nix
./zsh
];

View File

@ -0,0 +1,11 @@
{ ... }:
{
sane.programs.zulip = {
sandbox.method = "bwrap";
sandbox.net = "clearnet";
sandbox.whitelistDbus = [ "user" ]; # notifications (i hope!)
sandbox.whitelistWayland = true;
# creds
persist.byStore.private = [ ".config/Zulip" ];
};
}

View File

@ -175,6 +175,7 @@ in
"wireshark" # could maybe ship the cli as sysadmin pkg
# "xterm" # requires Xwayland
# "zecwallet-lite" # x86-only
"zulip"
]
);