zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit c53e0e83678ca038c58b5e97e76182d80edf6fd3
parent c7ff95937fd7f48c0083ee411ebcadfe43128892
Author: Katja (ctucx) <git@ctu.cx>
Date: Tue, 20 May 2025 12:51:30 +0200

config/nixos/modules/presets/katja/enable: add `ghostty.terminfo` to `systemPackages`
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/config/nixos/modules/presets/katja/enable.nix b/config/nixos/modules/presets/katja/enable.nix
@@ -42,6 +42,10 @@ in
 #        prometheus-exporters.enable = lib.mkDefault true;
       };
     };
+
+    environment.systemPackages = with pkgs; [
+      ghostty.terminfo
+    ];
   };
 
 }