From 23a19df79a1250ae98412b704018980bfed80a5b Mon Sep 17 00:00:00 2001 From: "Eduardo B. A." <279828+sezaru@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:10:10 -0300 Subject: [PATCH] doc: Fixes DMS input url for nix flake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7325be3..0d27b31a 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ To install using home-manager, you need to add this repo into your flake inputs: ``` nix dankMaterialShell = { - url = "github:AvengeMedia/DankMaterialShell/make_niri_optional"; + url = "github:AvengeMedia/DankMaterialShell"; inputs.nixpkgs.follows = "nixpkgs"; }; ```