From de2f7d71067134a316cb2fde5421e2b08de2ceee Mon Sep 17 00:00:00 2001 From: Matias Date: Mon, 23 Sep 2024 07:33:25 +0000 Subject: [PATCH] feat: allpurposemat added (#2) this fixes a bug where I am not in the webring Reviewed-on: https://codeberg.org/jacekpoz/nixwebr.ing/pulls/2 Co-authored-by: Matias Co-committed-by: Matias --- webring.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/webring.nix b/webring.nix index 195246b..07351b4 100644 --- a/webring.nix +++ b/webring.nix @@ -12,4 +12,5 @@ { 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"; } ]