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

programs.ptyxis.enable

Whether to enable ptyxis.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.ptyxis.package

The ptyxis package to use.

Type: null or package

Default:

pkgs.ptyxis

Declared by:

programs.ptyxis.palettes

Written to $XDG_CONFIG_HOME/org.gnome.Prompt/palettes/NAME.palette. See https://gitlab.gnome.org/chergert/ptyxis/-/tree/main/data/palettes for more information.

Type: attribute set of ((attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))) or absolute path or string)

Default:

{ }

Example:

{
  myPalette = {
    Palette.Name = "My awesome theme";
    Light = {
      Foreground="#E2E2E3";
      Background="#2C2E34";
      Color0="#2C2E34";
      Color1="#FC5D7C";
      Color2="#9ED072";
      Color3="#E7C664";
      Color4="#F39660";
    };
  };
}

Declared by: