From f6ecc7081ee8f6d4097bfa921716df849d109253 Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Sat, 18 Oct 2025 18:02:45 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee11af7..78e4a5f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To use the modules, add the following flake input to your flake: ```nix dotfiles-modules = { - url = "gitlab:quirinecker/dotfiles-modules"; + url = "github:quirinecker/dotfiles-modules"; inputs.nixpkgs.follows = "nixpkgs"; }; ``` @@ -18,7 +18,7 @@ and make this flake follow those inputs: ```nix dotfiles-modules = { - url = "gitlab:quirinecker/dotfiles-modules"; + url = "github:quirinecker/dotfiles-modules"; inputs.nixpkgs.follows = "nixpkgs"; inputs.zen-browser.follows = "zen-browser"; inputs.walker.follows = "walker";