1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 18:08:32 +02:00
home-manager/modules/lib
Loïc Reynier afe96e7433
pubs: add module
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.
2022-03-06 10:40:28 +01:00
..
assertions.nix Move platform check into modules 2021-07-18 20:43:22 +02:00
dag.nix lib: remove top-level with lib 2021-10-31 08:50:53 +01:00
default.nix Move platform check into modules 2021-07-18 20:43:22 +02:00
file-type.nix lib: remove top-level with lib 2021-10-31 08:50:53 +01:00
gvariant.nix lib: remove top-level with lib 2021-10-31 08:50:53 +01:00
maintainers.nix pubs: add module 2022-03-06 10:40:28 +01:00
shell.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
stdlib-extended.nix lib: add fallback for literalExpression and literalDocBook 2021-10-13 00:16:09 +02:00
strings.nix lib: remove top-level with lib 2021-10-31 08:50:53 +01:00
types-dag.nix lib: remove top-level with lib 2021-10-31 08:50:53 +01:00
types.nix lib: remove top-level with lib 2021-10-31 08:50:53 +01:00
zsh.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00