programs.hyprland.systemd.setPath.enable

NixOS option

Set environment path of systemd to include the current system’s bin directory. This is needed in Hyprland setups, where opening links in applications do not work. Enabled by default for Hyprland versions older than 0.41.2.

type: boolean
Default
lib.versionOlder cfg.package.version "0.41.2"
Example
false
declared in: nixos/modules/programs/wayland/hyprland.nixView source on NixOS/nixpkgs →