Add toml2nix.
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user