4 lines
83 B
Nix
4 lines
83 B
Nix
|
{pkgs, ...}: {
|
||
|
home.packages = with pkgs; [godot godot-headless godot-server];
|
||
|
}
|