dotfiles/native_configs/README.md

515 B

Native configs

Contains all configurations that are written in their native configuration language.

Why native language?

  • Easier portability
  • Nix can read from JSON, TOML.
  • We have also managed to hack together a fromYaml, though it will not work for strictly pure builds or bootstrapping builds.