Enable mermaid preview

This commit is contained in:
Alexander Bantyev 2022-12-29 19:19:02 +04:00
parent cef8bb8af4
commit e800e5902e
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ modulesPath, lib, inputs, pkgs, ... }: { { modulesPath, lib, inputs, pkgs, ... }: {
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [ imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix" "${modulesPath}/installer/cd-dvd/iso-image.nix"
inputs.self.nixosRoles.base inputs.self.nixosRoles.base
themes themes
fonts fonts
@ -8,10 +8,5 @@
gtk gtk
alacritty alacritty
]; ];
networking.wireless.enable = lib.mkForce false; nix.settings.max-jobs = 4;
services.openssh.permitRootLogin = lib.mkForce "no";
services.getty.autologinUser = lib.mkForce "balsoft";
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
boot.supportedFilesystems = lib.mkForce [ "ext4" "vfat" ];
disabledModules = [ "installer/cd-dvd/channel.nix" ];
} }

View File

@ -88,6 +88,7 @@ in {
shardulm94.trailing-spaces shardulm94.trailing-spaces
meraymond.idris-vscode meraymond.idris-vscode
ocamllabs.ocaml-platform ocamllabs.ocaml-platform
bierner.markdown-mermaid
] ++ pkgs.lib.concatMap builtins.attrValues ] ++ pkgs.lib.concatMap builtins.attrValues
(builtins.attrValues custom-extensions); (builtins.attrValues custom-extensions);