VSCode test
This commit is contained in:
parent
58287458a0
commit
1810f60f31
2 changed files with 10 additions and 0 deletions
|
|
@ -141,6 +141,7 @@
|
||||||
# ../../modules/hm/update_background.nix
|
# ../../modules/hm/update_background.nix
|
||||||
../../modules/hm/vim.nix
|
../../modules/hm/vim.nix
|
||||||
../../modules/hm/virtualization.nix
|
../../modules/hm/virtualization.nix
|
||||||
|
../../modules/hm/vscode.nix
|
||||||
../../modules/hm/webapp.nix
|
../../modules/hm/webapp.nix
|
||||||
../../modules/hm/xresources.nix
|
../../modules/hm/xresources.nix
|
||||||
../../modules/hm/yazi.nix
|
../../modules/hm/yazi.nix
|
||||||
|
|
|
||||||
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