diff --git a/options.xhtml b/options.xhtml index 62dd93f8d..502cef290 100644 --- a/options.xhtml +++ b/options.xhtml @@ -50040,6 +50040,100 @@ attribute set of section of an INI file (attrs of INI atom (null, bool, int, flo +
programs.ptyxis.enable
+
+
+Whether to enable ptyxis.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/ptyxis.nix>
+
+ |
programs.ptyxis.package
+
+
+The ptyxis package to use.
+ +Type: +null or package
+ +Default:
+pkgs.ptyxis
Declared by:
+
+
+<home-manager/modules/programs/ptyxis.nix>
+
+ |
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:
+
+
+<home-manager/modules/programs/ptyxis.nix>
+
+ |
programs.pubs.enable