pang13: install godot
This commit is contained in:
parent
aa4cc01059
commit
de4b665d05
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ ];
|
home.packages = with pkgs; [
|
||||||
|
godot_4
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue