From c8bf3951b15d4df6cf536f98bbd04badc96176a3 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 25 Nov 2025 22:26:49 +0100 Subject: [PATCH] configures ghostty --- modules/ghostty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index 796bc57..35f8184 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -4,7 +4,7 @@ enable = true; enableFishIntegration = true; installVimSyntax = true; - systemd.enable = true; + # systemd.enable = true; clearDefaultKeybinds = true; settings = { theme = "Catppuccin Mocha";