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; }; }; }