Compare commits

...

2 commits

Author SHA1 Message Date
22f87d7bc3
add zulip for Tytonidae and Akun 2025-05-14 00:31:23 +08:00
31e41f14c5
add config for radicle-explorer 2025-05-14 00:31:20 +08:00
3 changed files with 24 additions and 0 deletions

View file

@ -57,6 +57,7 @@
btop
spotify
localsend
zulip
];
environment.variables.EDITOR = "hx";

View file

@ -85,6 +85,7 @@
jq
onefetch
vesktop
zulip
aria2
juicity

View file

@ -1,3 +1,25 @@
{pkgs, ...}:
pkgs.radicle-explorer.withConfig {
preferredSeeds = [
{
hostname = "seed.youthlic.fun";
port = 443;
scheme = "https";
}
{
hostname = "ash.radicle.garden";
port = 443;
scheme = "https";
}
{
hostname = "seed.radicle.xyz";
port = 443;
scheme = "https";
}
{
hostname = "seed.radicle.garden";
port = 443;
scheme = "https";
}
];
}