MyNixOS website logo
option

services.hyprlauncher.settings

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

Declarations
Type
Hyprland configuration value
Default
{ }
Example
{
  cache = {
    enabled = true;
  };
  finders = {
    desktop_icons = true;
    math_prefix = "=";
  };
  general = {
    grab_focus = true;
  };
  ui = {
    window_size = "400 260";
  };
}