Add toml2nix.

This commit is contained in:
Tom Alexander 2025-12-16 18:43:37 -05:00
parent 641c21c77f
commit 05a0459e5a
Signed by: talexander
GPG Key ID: 36C99E8B3C39D85F

View File

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