11 lines
85 B
Nix
11 lines
85 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
home.packages = with pkgs; [
|
|
godot
|
|
gdtoolkit_4
|
|
];
|
|
}
|