1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

doc: Fixes DMS input url for nix flake

This commit is contained in:
Eduardo B. A.
2025-09-26 13:10:10 -03:00
committed by GitHub
parent 97b86c6faa
commit 23a19df79a

View File

@@ -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";
};
```