MyNixOS website logo
option

programs.script-directory.settings

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

Declarations
Type
attribute set of string
Default
{ }
Example
{
  SD_ROOT = "${config.home.homeDirectory}/.sd";
  SD_EDITOR = "nvim";
  SD_CAT = "lolcat";
}