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

services.hyprlauncher.enable

Whether to enable hyprlauncher.

Type: boolean

Default:

false

Example:

true

Declared by:

services.hyprlauncher.package

The hyprlauncher package to use.

Type: null or package

Default:

pkgs.hyprlauncher

Declared by:

services.hyprlauncher.settings

Configuration settings for hyprlauncher. All the available options can be found here: https://wiki.hypr.land/Hypr-Ecosystem/hyprlauncher/#config

Type: Hyprland configuration value

Default:

{ }

Example:

{
  cache = {
    enabled = true;
  };
  finders = {
    desktop_icons = true;
    math_prefix = "=";
  };
  general = {
    grab_focus = true;
  };
  ui = {
    window_size = "400 260";
  };
}

Declared by: