Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.script-directory.enable

Whether to enable script-directory.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.script-directory.package

The script-directory package to use.

Type: package

Default:

pkgs.script-directory

Declared by:

programs.script-directory.settings

script-directory config, for options take a look at the documentation

Type: attribute set of string

Default:

{ }

Example:

{
  SD_ROOT = "${config.home.homeDirectory}/.sd";
  SD_EDITOR = "nvim";
  SD_CAT = "lolcat";
}

Declared by: