From cd631851fe256de0c95dca4edd83c7ac7c4c3e1f Mon Sep 17 00:00:00 2001 From: Alexsey Ramzaev Date: Wed, 18 Sep 2024 20:29:09 +0400 Subject: [PATCH] add korolr.dev site --- webring.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webring.nix b/webring.nix index c0a69ad..755c7d5 100644 --- a/webring.nix +++ b/webring.nix @@ -10,4 +10,5 @@ { 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"; } -] \ No newline at end of file + { name = "korolr"; site = "https://korolr.dev"; config = "https://github.com/korolr/nixos-config"; } +]