nixwebr.ing/webring.nix
twig. e8a81c73c4
All checks were successful
Deploy website / deploy (push) Successful in 12s
add twig to webring (#3)
Co-authored-by: poz <jacekpoz@proton.me>
2024-09-15 10:49:54 +02:00

7 lines
452 B
Nix

[
{ name = "poz"; domain = "jacekpoz.pl"; config = "flake.jacekpoz.pl"; }
{ name = "krizej"; domain = "krizej.codeberg.page"; config = "git.jacekpoz.pl/krizej/nix"; }
{ name = "partywumpus"; domain = "partywump.us"; config = "nix.partywump.us"; }
{ name = "notashelf"; domain = "notashelf.dev"; config = "github.com/NotAShelf/nyx"; }
{ name = "twig"; domain = "imnottwig.github.io"; config = "git.disroot.org/twigthecat/nixos"; }
]