Enable mermaid preview
This commit is contained in:
parent
cef8bb8af4
commit
e800e5902e
@ -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;
|
||||
}
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user