Compare commits

..

No commits in common. "22f87d7bc3aca700492cccb82a4a47c416e8c95a" and "e9f186d8fff3b468752b3f8a6999ca2c9b93127d" have entirely different histories.

3 changed files with 0 additions and 24 deletions

View file

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

View file

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

View file

@ -1,25 +1,3 @@
{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";
}
];
}