From 056090619986b53b67dcee4732a2f9f9a2bd51bc Mon Sep 17 00:00:00 2001
From: Silas Schöffel <sils@sils.li>
Date: Wed, 18 Dec 2024 19:47:03 +0100
Subject: hm/packages: add godot

---
 hm/packages/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hm/packages/default.nix b/hm/packages/default.nix
index e5f37a5..58e64b4 100644
--- a/hm/packages/default.nix
+++ b/hm/packages/default.nix
@@ -9,6 +9,7 @@
 in {
   home.packages = with pkgs;
   with pkgs.libsForQt5; [
+    godot_4 # gameengine
     # core tools
     neofetch # a must-have
     hyfetch # permanent suggestions have their moments
-- 
cgit 1.4.1