2 lines
104 B
Nix
2 lines
104 B
Nix
{pkgs, ...}: {environment.systemPackages = with pkgs; [godot-bin godot-headless-bin godot-server-bin];}
|