boot.initrd.unl0kr.settings

NixOS option

Configuration for unl0kr. See unl0kr.conf(5) for supported values. Alternatively, visit https://gitlab.postmarketos.org/postmarketOS/buffybox/-/blob/3.2.0/unl0kr/unl0kr.conf

type: open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  general.animations = true;
  general.backend = "drm";
  theme = {
    default = "pmos-dark";
    alternate = "pmos-light";
  };
}
declared in: nixos/modules/system/boot/unl0kr.nixView source on NixOS/nixpkgs →