MyNixOS website logo

An attribute set that adds to named directory hash table.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  docs  = "$\{config.home.homeDirectory}/Documents";
  vids  = "$\{config.home.homeDirectory}/Videos";
  dl    = "$\{config.home.homeDirectory}/Downloads";
}