fixed ghostty config

This commit is contained in:
2025-10-14 22:04:43 +02:00
parent 82c17950ba
commit 2ca5f4ad5f

View File

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