From de4b665d05022c3f10898e0707165565b9d71a00 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Wed, 18 Oct 2023 18:03:22 -0700 Subject: [PATCH] pang13: install godot --- hosts/pang13/apps.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + ]; }