Skip to content

Commit 9251a11

Browse files
committed
docs/.vitepress/config: add Nix-Darwin support
1 parent 4acff8b commit 9251a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function themeConfigEnglish() {return {
3939
lang: "en",
4040
link: "/",
4141
title: "Denix Documentation",
42-
description: "Nix library for creating scalable NixOS and Home Manager configurations with modules, hosts, and rices",
42+
description: "Nix library for creating scalable NixOS, Home Manager, and Nix-Darwin configurations with modules, hosts, and rices",
4343

4444
themeConfig: {
4545
editLink: {
@@ -111,7 +111,7 @@ function themeConfigRussian() {return {
111111
lang: "ru",
112112
link: "/ru/",
113113
title: "Denix Документация",
114-
description: "Библиотека Nix для создания масштабируемых конфигураций NixOS и Home Manager с модулями, хостами и райсами",
114+
description: "Библиотека Nix для создания масштабируемых конфигураций NixOS, Home Manager и Nix-Darwin с модулями, хостами и райсами",
115115

116116
themeConfig: {
117117
editLink: {

0 commit comments

Comments
 (0)