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, ... }: {
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
themes
fonts
@ -8,10 +8,5 @@
gtk
alacritty
];
networking.wireless.enable = lib.mkForce false;
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" ];
nix.settings.max-jobs = 4;
}

View File

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