Compare commits
No commits in common. "22f87d7bc3aca700492cccb82a4a47c416e8c95a" and "e9f186d8fff3b468752b3f8a6999ca2c9b93127d" have entirely different histories.
22f87d7bc3
...
e9f186d8ff
3 changed files with 0 additions and 24 deletions
|
|
@ -57,7 +57,6 @@
|
|||
btop
|
||||
spotify
|
||||
localsend
|
||||
zulip
|
||||
];
|
||||
|
||||
environment.variables.EDITOR = "hx";
|
||||
|
|
|
|||
|
|
@ -85,7 +85,6 @@
|
|||
jq
|
||||
onefetch
|
||||
vesktop
|
||||
zulip
|
||||
aria2
|
||||
|
||||
juicity
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue