pang13: install godot

This commit is contained in:
Elnu 2023-10-18 18:03:22 -07:00
parent aa4cc01059
commit de4b665d05

View file

@ -1,5 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ ];
home.packages = with pkgs; [
godot_4
];
}