nixos-config/user/lang/godot/godot.nix

9 lines
82 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
# Gamedev
godot_4
];
}