From ef8db343b3c97d52b550bea9407651c1f351298d Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 9 Dec 2025 18:18:31 +0100 Subject: [PATCH] adds missing import --- modules/ghostty/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index ea20af4..1901ed7 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -2,7 +2,6 @@ programs.ghostty = { enable = true; enableFishIntegration = true; - package = null; settings = { font-size = 17; font-family = "Victor Mono";