diff --git a/hosts/pang13/apps.nix b/hosts/pang13/apps.nix index dfac2e4..97f5982 100644 --- a/hosts/pang13/apps.nix +++ b/hosts/pang13/apps.nix @@ -1,5 +1,7 @@ { pkgs, ... }: { - home.packages = with pkgs; [ ]; + home.packages = with pkgs; [ + godot_4 + ]; }