monitoring saerro

This commit is contained in:
41666 2024-02-18 01:05:27 -05:00
parent 179847c04c
commit 12ef28fc35
4 changed files with 71 additions and 37 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }: {
programs.vscode = {
enable = true;
package = pkgs.vscode.fhsWithPackages (ps: with ps; [ rustup nil node bun yarn ]);
};
}