-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathwebring.nix
22 lines (22 loc) · 2.11 KB
/
webring.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{ name = "poz"; site = "https://poz.pet"; config = "https://flake.poz.pet"; }
{ name = "krizej"; site = "https://krizej.codeberg.page"; config = "https://git.poz.pet/krizej/nix"; }
{ name = "partywumpus"; site = "https://partywump.us"; config = "https://nix.partywump.us"; }
{ name = "notashelf"; site = "https://notashelf.dev"; config = "https://github.com/NotAShelf/nyx"; }
{ name = "twig"; site = "https://imnottwig.github.io"; config = "https://git.disroot.org/twigthecat/nixos"; }
{ name = "fufexan"; site = "https://fufexan.net"; config = "https://dots.fufexan.net"; }
{ name = "orangc"; site = "https://orangc.net"; config = "https://github.com/orangci/dots"; }
{ name = "ajaxbits"; site = "https://ajaxbits.com"; config = "https://github.com/ajaxbits/config"; }
{ name = "jappie"; site = "https://jappie.dev"; config = "https://app.radicle.xyz/nodes/git.jappie.dev/rad:z4HEZGDPknT12W4fuXc6wM3HtYTf2"; }
{ name = "vizqq"; site = "https://vizqq.cc"; config = "https://github.com/ViZiD/dotfiles"; }
{ name = "korolr"; site = "https://korolr.dev"; config = "https://github.com/korolr/nixos-config"; }
{ name = "emo-mruczek"; site = "https://emo-mruczek.pl"; config = "https://github.com/emo-mruczek/niksos-confg"; }
{ name = "mat"; site = "https://allpurposem.at"; config = "https://git.allpurposem.at/mat/Computer"; }
{ name = "bwkam"; site = "https://bwkam.github.io"; config = "https://github.com/bwkam/dots"; }
{ name = "MarkAssPandi"; site = "https://markasspandi.nl"; config = "https://codeberg.org/MicroPanda123/nixosos"; }
{ name = "satr14"; site = "https://satr14.my.id"; config = "https://github.com/SX-9/nix-conf"; }
{ name = "adxthya"; site = "https://adxthya.github.io/"; config = "https://github.com/adxthya/nix-dotfiles"; }
{ name = "justdeeevin"; site = "https://justdeeevin.dev"; config = "https://github.com/justdeeevin/nix-config"; }
{ name = "theholytachanka"; site = "https://theholytachanka.com"; config = "https://github.com/ilovethensa/homelab"; }
{ name = "sioodmy"; site = "https://sioodmy.dev"; config = "https://github.com/sioodmy/dotfiles"; }
]