mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
afe96e7433
Note, the pubs configuration file uses ConfigObj syntax, which is similar to the INI files syntax but with extra functionalities like nested sections. This prevents it from using Nix's INI format generator. Here is an example of pubs configuration that cannot be generated using Nix's INI format generator: [plugins] [[git]] manual=False For this reason, we opted for a stringly-typed configuration since the use of a structured `settings` option would require a custom parser.
1 line
57 B
Nix
1 line
57 B
Nix
{ pubs-example-settings = ./pubs-example-settings.nix; }
|