Thanks to visit codestin.com
Credit goes to lib.rs

#nix #syntax #config-parser #convert-json #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

#1590 in Configuration

Codestin Search App

163 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–14MB
~245K SLoC