MyNixOS website logo

Keys to bind. Keys set to null or an empty string are deleted.

Declarations
Type
attribute set of (null or string)
Default
{ }
Example
{
  D = "trash";
  U = "!du -sh";
  gg = null;
  gh = "cd ~";
  i = "$less $f";
}