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