nvim updates
This commit is contained in:
parent
d54752bb2d
commit
6255373ab2
3 changed files with 92 additions and 127 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue