feat: add vscode
This commit is contained in:
parent
54281863cd
commit
e5f49cd89f
1 changed files with 4 additions and 0 deletions
|
@ -11,4 +11,8 @@
|
|||
programs.nixvim = import ./nixvim;
|
||||
# dependencies for nixvim configuration
|
||||
home.packages = with pkgs; [ripgrep fd];
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscode.fhs;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue