boot.loader.unifiedKernelImage.enable

A unified kernel image is a single EFI PE executable combining an EFI stub loader, a kernel image, an initramfs image, and the kernel command line.

type

boolean

default

{
  boot.loader.unifiedKernelImage.enable = false;
}

programs.vscode.extensions

List of extensions to install.

type

list of path

default

{
  programs.vscode.extensions = [];
}

programs.vscode.homeDir

User home directory for who to install the extensions.

type

null or string

default

{
  programs.vscode.homeDir = null;
}

programs.vscode.user

User name for who to install the extensions.

type

null or string

default

{
  programs.vscode.user = null;
}