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