From 57b2514f7b6ed5d5d68dd3313c4f04ee91a02dee Mon Sep 17 00:00:00 2001 From: Fernando Ayats Date: Mon, 16 Sep 2024 16:03:44 +0200 Subject: [PATCH] add ayats to webring --- webring.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/webring.nix b/webring.nix index 318edf8..9f0a2f9 100644 --- a/webring.nix +++ b/webring.nix @@ -6,4 +6,5 @@ { 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.xyz"; config = "https://github.com/orxngc/dots"; } + { name = "ayats"; site = "https://ayats.org/experiments"; config = "https://github.com/viperML/dotfiles"; } ]