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

Merge pull request #255 from sezaru/fix_nix_documentation

doc: Fixes DMS input URL for nix flake
This commit is contained in:
purian23
2025-09-26 12:21:26 -04:00
committed by GitHub

View File

@@ -181,7 +181,7 @@ To install using home-manager, you need to add this repo into your flake inputs:
``` nix ``` nix
dankMaterialShell = { dankMaterialShell = {
url = "github:AvengeMedia/DankMaterialShell/make_niri_optional"; url = "github:AvengeMedia/DankMaterialShell";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
``` ```