#nix #syntax #parse #config #convert #format #yaml

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

#2141 in Parser implementations

Download history 293/week @ 2024-05-13 42/week @ 2024-05-20 123/week @ 2024-06-03

458 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

~9–19MB
~241K SLoC