From 5129f90653460c327615a84ce9badeb5f0feb677 Mon Sep 17 00:00:00 2001 From: Joey L Date: Thu, 11 Jun 2026 08:58:50 +0000 Subject: [PATCH] nix: update docs for dms plugin registry See AvengeMedia/dms-plugin-registry#287 --- docs/dankmaterialshell/nixos-flake.mdx | 2 +- docs/dankmaterialshell/nixos.mdx | 2 +- versioned_docs/version-1.2/dankmaterialshell/nixos-flake.mdx | 2 +- versioned_docs/version-1.2/dankmaterialshell/nixos.mdx | 2 +- versioned_docs/version-1.4/dankmaterialshell/nixos-flake.mdx | 2 +- versioned_docs/version-1.4/dankmaterialshell/nixos.mdx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/dankmaterialshell/nixos-flake.mdx b/docs/dankmaterialshell/nixos-flake.mdx index 4fcf432..25bd93b 100644 --- a/docs/dankmaterialshell/nixos-flake.mdx +++ b/docs/dankmaterialshell/nixos-flake.mdx @@ -346,7 +346,7 @@ Then import the module and enable plugins: { imports = [ inputs.dms.homeModules.dank-material-shell - inputs.dms-plugin-registry.modules.default + inputs.dms-plugin-registry.nixosModules.default ]; programs.dank-material-shell = { diff --git a/docs/dankmaterialshell/nixos.mdx b/docs/dankmaterialshell/nixos.mdx index c9743a5..33005ec 100644 --- a/docs/dankmaterialshell/nixos.mdx +++ b/docs/dankmaterialshell/nixos.mdx @@ -167,7 +167,7 @@ Then import the module and enable plugins: ```nix { - imports = [ inputs.dms-plugin-registry.modules.default ]; + imports = [ inputs.dms-plugin-registry.nixosModules.default ]; programs.dms-shell = { enable = true; diff --git a/versioned_docs/version-1.2/dankmaterialshell/nixos-flake.mdx b/versioned_docs/version-1.2/dankmaterialshell/nixos-flake.mdx index d4e02eb..bb7befd 100644 --- a/versioned_docs/version-1.2/dankmaterialshell/nixos-flake.mdx +++ b/versioned_docs/version-1.2/dankmaterialshell/nixos-flake.mdx @@ -343,7 +343,7 @@ Then import the module and enable plugins: { imports = [ inputs.dms.homeModules.dank-material-shell - inputs.dms-plugin-registry.modules.default + inputs.dms-plugin-registry.nixosModules.default ]; programs.dank-material-shell = { diff --git a/versioned_docs/version-1.2/dankmaterialshell/nixos.mdx b/versioned_docs/version-1.2/dankmaterialshell/nixos.mdx index a770dea..d75b404 100644 --- a/versioned_docs/version-1.2/dankmaterialshell/nixos.mdx +++ b/versioned_docs/version-1.2/dankmaterialshell/nixos.mdx @@ -194,7 +194,7 @@ Then import the module and enable plugins: ```nix { - imports = [ inputs.dms-plugin-registry.modules.default ]; + imports = [ inputs.dms-plugin-registry.nixosModules.default ]; programs.dms-shell = { enable = true; diff --git a/versioned_docs/version-1.4/dankmaterialshell/nixos-flake.mdx b/versioned_docs/version-1.4/dankmaterialshell/nixos-flake.mdx index b22fcf4..e735051 100644 --- a/versioned_docs/version-1.4/dankmaterialshell/nixos-flake.mdx +++ b/versioned_docs/version-1.4/dankmaterialshell/nixos-flake.mdx @@ -340,7 +340,7 @@ Then import the module and enable plugins: { imports = [ inputs.dms.homeModules.dank-material-shell - inputs.dms-plugin-registry.modules.default + inputs.dms-plugin-registry.nixosModules.default ]; programs.dank-material-shell = { diff --git a/versioned_docs/version-1.4/dankmaterialshell/nixos.mdx b/versioned_docs/version-1.4/dankmaterialshell/nixos.mdx index faddd9f..132030c 100644 --- a/versioned_docs/version-1.4/dankmaterialshell/nixos.mdx +++ b/versioned_docs/version-1.4/dankmaterialshell/nixos.mdx @@ -167,7 +167,7 @@ Then import the module and enable plugins: ```nix { - imports = [ inputs.dms-plugin-registry.modules.default ]; + imports = [ inputs.dms-plugin-registry.nixosModules.default ]; programs.dms-shell = { enable = true;