programs.amp.enable
Whether to enable amp.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.amp.package
The amp package to use.
Type: null or package
Default:
pkgs.amp
Declared by:
programs.amp.settings
Configuration settings for amp. All the details can be found here: https://amp.rs/docs/configuration/.
Type: YAML 1.1 value
Default:
{ }
Example:
{
line_length_guide = [
80
100
];
line_wrapping = true;
open_mode = {
exclusions = [
"**/.git"
"**/.svn"
];
};
soft_tabs = true;
tab_width = 2;
theme = "solarized_dark";
}
Declared by: