monitoring saerro
This commit is contained in:
parent
179847c04c
commit
12ef28fc35
4 changed files with 71 additions and 37 deletions
7
home-manager/features/vscode.nix
Normal file
7
home-manager/features/vscode.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscode.fhsWithPackages (ps: with ps; [ rustup nil node bun yarn ]);
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue