From 1398ac55ad7808a48789550f3e873cce7f18a08b Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 22 Oct 2025 19:56:38 +0200 Subject: [PATCH] minor --- modules/ghostty.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/ghostty.nix b/modules/ghostty.nix index a03bd30..49615a3 100644 --- a/modules/ghostty.nix +++ b/modules/ghostty.nix @@ -43,12 +43,6 @@ in }; config = mkIf cfg.enable { - # Note: Ghostty is currently marked as broken in nixpkgs - # To use it, you'll need to either: - # 1. Set NIXPKGS_ALLOW_BROKEN=1 when running hms - # 2. Add nixpkgs.config.allowBroken = true to your configuration - # 3. Install Ghostty manually from https://ghostty.org - programs.ghostty = { enable = true; package = cfg.package;