MyNixOS website logo

Commands to declare. Commands set to null or an empty string are deleted.

Declarations
Type
attribute set of (null or string)
Default
{ }
Example
{
  get-mime-type = "%xdg-mime query filetype \"$f\"";
  open = "$$OPENER $f";
}