From 007035d2f499c448ceb3b343ce27263b82fe1b73 Mon Sep 17 00:00:00 2001 From: Dennis Date: Wed, 3 Dec 2025 22:56:18 +0100 Subject: [PATCH] removes ghostty module in darwin --- home/darwin.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/darwin.nix b/home/darwin.nix index 59c7fbe..404a8a4 100644 --- a/home/darwin.nix +++ b/home/darwin.nix @@ -22,7 +22,6 @@ ../modules/nvim ../modules/lazygit ../modules/raycast - ../modules/ghostty ]; programs.home-manager.enable = true;