This commit is contained in:
Miguel Palhas
2025-03-14 16:37:44 +00:00
parent 96725612b9
commit 49a137bc86
7 changed files with 43 additions and 3 deletions
+14
View File
@@ -0,0 +1,14 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
unityhub
code-cursor
dotnet-sdk_8
mono
csharpier
];
programs.vscode = {
enable = true;
};
}