misc
This commit is contained in:
parent
ed929219da
commit
384398b08a
5 changed files with 10 additions and 5 deletions
|
@ -161,7 +161,11 @@
|
|||
nix.flake.autoArchive = true;
|
||||
};
|
||||
};
|
||||
rust_analyzer.enable = true;
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installRustc = false;
|
||||
installCargo = false;
|
||||
};
|
||||
eslint.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue