From d75a95324c851f9654bc905458e10ae169945042 Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 4 Dec 2025 00:46:38 -0500 Subject: [PATCH] whoops wrong user in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 198b366..a61f34d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Declaratively keep your stuff up to date in your nixos config. ```nix { description = "My flake config"; - inputs.fooud.url = "https://git.squi.bid/squi.bid/fooud"; + inputs.fooud.url = "https://git.squi.bid/squibid/fooud"; outputs = { self, nixpkgs, fooud }: { nixosConfigurations.my-system = nixpkgs.lib.nixosSystem { modules = [{