From 2ca5f4ad5f690721591e9f25e5bc8e4e772d12fa Mon Sep 17 00:00:00 2001 From: quirinecker Date: Tue, 14 Oct 2025 22:04:43 +0200 Subject: [PATCH] fixed ghostty config --- homemanager/terminal_emulators/ghostty.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homemanager/terminal_emulators/ghostty.nix b/homemanager/terminal_emulators/ghostty.nix index 3d6beae..f5984c0 100644 --- a/homemanager/terminal_emulators/ghostty.nix +++ b/homemanager/terminal_emulators/ghostty.nix @@ -20,8 +20,7 @@ in pkgs.meslo-lgs-nf ]; xdg.configFile = { - "ghostty/config".source = - config.lib.file.mkOutOfStoreSymlink ./ghostty/ghostty; + "ghostty/config".source = config.lib.file.mkOutOfStoreSymlink ./ghostty/config; }; }; }