Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mods.stylix.colorscheme

Base16 colorscheme. Can be an attribute set with base00 to base0F, a string that leads to a yaml file in base16-schemes path, or a path to a custom yaml file.

Also supports the oxiced theme in an oxiced attrset.

Type: string or (attribute set) or absolute path

Default: "catppuccin-mocha"

Example:

{
  base00 = "1A1B26";
  base01 = "191a25";
  base02 = "2F3549";
  base03 = "444B6A";
  base04 = "787C99";
  base05 = "A9B1D6";
  base06 = "CBCCD1";
  base07 = "D5D6DB";
  base08 = "C0CAF5";
  base09 = "A9B1D7";
  base0A = "0DB9D7";
  base0B = "9ECE6A";
  base0C = "B4F9F8";
  base0D = "366fea";
  base0E = "BB9AF7";
  base0F = "F7768E";
}

mods.stylix.cursor

Xcursor config

Type: attribute set of anything

Default:

{
  name = "Bibata-Modern-Classic";
  package = <derivation bibata-cursors-2.0.7>;
  size = 24;
}

Example: { }

mods.stylix.fonts

font config

Type: attribute set of anything

Default:

{
  emoji = {
    name = "Noto Color Emoji";
    package = <derivation noto-fonts-color-emoji-2.047>;
  };
  monospace = {
    name = "JetBrainsMono Nerd Font Mono";
    package = <derivation nerd-fonts-jetbrains-mono-3.4.0+2.304>;
  };
  sansSerif = {
    name = "Adwaita Sans";
    package = <derivation adwaita-fonts-48.2>;
  };
  serif = {
    name = "Adwaita Sans";
    package = <derivation adwaita-fonts-48.2>;
  };
}

Example: { }