This commit is contained in:
Miguel Palhas
2025-04-16 16:38:43 +01:00
parent 54a47415aa
commit 15c15b1bf8
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{ inputs, pkgs, ... }:
{
home.packages = with pkgs; [
unityhub
];
}