This commit is contained in:
meml0rz
2024-11-13 00:01:48 +01:00
parent 913cd84251
commit 668d3cd05d

View File

@ -54,12 +54,12 @@
enable = true; enable = true;
autostart = true; autostart = true;
}; };
rust_analyzer = { #rust_analyzer = {
enable = true; # enable = true;
autostart = true; # autostart = true;
installCargo = true; # installCargo = true;
installRustc = true; # installRustc = true;
}; #};
}; };
}; };
}; };