This commit is contained in:
Miguel Palhas
2025-03-25 09:57:12 +00:00
parent 3579707156
commit ee45f05948
7 changed files with 19 additions and 57 deletions
-14
View File
@@ -1,14 +0,0 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
unityhub
code-cursor
dotnet-sdk_8
mono
csharpier
];
programs.vscode = {
enable = true;
};
}