From 903088cf12c1f954934ff6919d79313c1f3f29a8 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Sat, 24 Aug 2024 22:37:11 +0200 Subject: [PATCH] Update url in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bcaa37..7e828a0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This flake is intended to be used as an input to your own NixOS configuration: ```nix dashNix = { - url = "github:DashieTM/dotFiles"; + url = "github:DashieTM/DashNix"; inputs = { # ensure these are here to update the packages on your own nixpkgs.follows = "nixpkgs";