VSCode test
This commit is contained in:
parent
58287458a0
commit
1810f60f31
2 changed files with 10 additions and 0 deletions
9
modules/hm/vscode.nix
Normal file
9
modules/hm/vscode.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
coder.coder-remote
|
||||
rust-lang.rust-analyzer
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue