#nix #config-parser #json-toml #yaml-parser #syntax #config-file #dotfiles

bin+lib nixify

A simple tool to parse existing configuration files into nix syntax

3 unstable releases

0.2.0 Jun 4, 2024
0.1.1 May 18, 2024
0.1.0 May 13, 2024

#2973 in Parser implementations

42 downloads per month

GPL-3.0 license

28KB
726 lines

Nixify

A simple cli to convert existing dotfiles into nix syntax

Usage

Specify the name of the program with the name flag and the format of the config file with the format flag. Currently supported are json, toml and yaml. The program will generate a nix file that contains all specified config keys in home-manager syntax.

Dependencies

~10–19MB
~247K SLoC