services.nohang.configPath

NixOS option

Configuration file to use with nohang. The default and desktop example configurations in the nohang repository can be used by setting this to “basic” or “desktop” (which is the default). Otherwise, you can set it to the path of a custom configuration file.

type: one of "basic", "desktop" or absolute path
Default
"desktop"
Example
./my-nohang-config.conf
declared in: nixos/modules/services/system/nohang.nixView source on NixOS/nixpkgs →