Include vim in the guest to edit files

This commit is contained in:
Rodrigo Arias 2024-01-25 15:38:22 +01:00
parent 960badad9b
commit 0d9e494ba6

View File

@ -37,5 +37,5 @@
};
};
environment.systemPackages = with pkgs; [ gdb neofetch gcc bintools ];
environment.systemPackages = with pkgs; [ vim gdb neofetch gcc bintools ];
}