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

9 lines
88 B
Nix

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