nvim updates

This commit is contained in:
Vivian 2023-12-06 22:03:27 +01:00
parent d54752bb2d
commit 6255373ab2
3 changed files with 92 additions and 127 deletions

View file

@ -5,7 +5,7 @@ in {
options.programs.v.rust = { enable = mkEnableOption "rust"; };
config = mkIf cfg.enable {
home = {
packages = with pkgs; [ rustup ];
packages = with pkgs; [ rustup cargo-nextest cargo-msrv ];
file = {
".cargo/config.toml".text = ''