#nix #syntax #parse #config #convert #toml #yaml

app nixify

A simple tool to parse existing configuration files into nix syntax

2 releases

new 0.1.1 May 18, 2024
0.1.0 May 13, 2024

#14 in #nix

Download history 250/week @ 2024-05-13

250 downloads per month

GPL-3.0 license

26KB
617 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

~14–25MB
~361K SLoC