markdown plugin

This commit is contained in:
Kopatz
2025-07-09 15:25:30 +02:00
parent 6785b10dd3
commit 6eb6dfcd11
3 changed files with 5 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ let
./which_key.nix ./which_key.nix
./wilder.nix ./wilder.nix
./typst-preview.nix ./typst-preview.nix
./markdown.nix
]); ]);
merged = merged =
builtins.foldl' (acc: elem: lib.recursiveUpdate acc elem) { } configs; builtins.foldl' (acc: elem: lib.recursiveUpdate acc elem) { } configs;

View File

@@ -0,0 +1,3 @@
{
plugins.render-markdown.enable = true;
}

View File

@@ -48,6 +48,7 @@ in
prismlauncher prismlauncher
steamtinkerlaunch steamtinkerlaunch
tetrio-desktop tetrio-desktop
beyond-all-reason
#libs #libs
]) ++ optionals cfg.enableVr (with pkgs; [ bs-manager ]); ]) ++ optionals cfg.enableVr (with pkgs; [ bs-manager ]);