add utils

This commit is contained in:
illustris
2026-03-09 16:36:43 +05:30
parent 682430ca60
commit b9117bf8ad

View File

@@ -98,6 +98,7 @@
curl
vim
nix-mcp.packages.x86_64-linux.default
tmux
];
microvm = {
@@ -202,6 +203,9 @@
environment.systemPackages = with pkgs; [
openvpn
rclone
tmux
nmap
];
})];
};