Add toml2nix.

This commit is contained in:
Tom Alexander
2025-12-16 18:43:37 -05:00
parent 641c21c77f
commit 05a0459e5a

View File

@@ -20,6 +20,7 @@
config = lib.mkIf config.me.nixdev.enable { config = lib.mkIf config.me.nixdev.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
yaml2nix yaml2nix
toml2nix
]; ];
}; };
} }