This commit is contained in:
Miguel Palhas
2026-04-06 16:01:28 +01:00
parent 261b5dd0b2
commit ee01610675
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
pkgs,
...
}:
{
home.packages = with pkgs; [
godot
];
}