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.hyprpaper.enable

Whether to enable Hyprpaper, Hyprland’s wallpaper daemon.

Type: boolean

Default:

false

Example:

true

Declared by:

services.hyprpaper.package

The hyprpaper package to use.

Type: null or package

Default:

pkgs.hyprpaper

Declared by:

services.hyprpaper.importantPrefixes

List of prefix of attributes to source at the top of the config.

Type: list of string

Default:

[
  "$"
  "monitor"
]

Example:

[
  "$"
]

Declared by:

services.hyprpaper.settings

hyprpaper configuration written in Nix. Entries with the same key should be written as lists. Variables’ and colors’ names should be quoted. See https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/ for more examples.

Type: Hyprpaper configuration value

Default:

{ }

Example:

{
  splash = false;
  wallpaper = [
    {
      fit_mode = "tile";
      monitor = "DP-3";
      path = "/share/wallpapers/buttons.png";
    }
    {
      monitor = "DP-1";
      path = "/share/wallpapers/cat_pacman.png";
    }
  ];
}

Declared by: