programs.amp.settings
Home-Manager option
Configuration settings for amp. All the details can be found here: https://amp.rs/docs/configuration/.
type: YAML 1.1 valueDefault
{ }Example
declared in: <home-manager/modules/programs/amp.nix>source unavailable{ line_length_guide = [ 80 100 ]; line_wrapping = true; open_mode = { exclusions = [ "**/.git" "**/.svn" ]; }; soft_tabs = true; tab_width = 2; theme = "solarized_dark"; }