1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 10:37:44 +00:00

ghostty: use null for package instead

This commit is contained in:
RGBCube 2025-06-11 15:29:45 +03:00
parent ed0e6af0c8
commit 8feb70e5cf
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -10,9 +10,9 @@ in merge <| mkIf config.isDesktop {
programs.ghostty = enabled {
# Don't actually install Ghostty if we are on Darwin.
# For some reason it is marked as broken.
package = mkIf config.isDarwin <| pkgs.writeScriptBin "not-ghostty" "";
package = mkIf config.isDarwin null;
# Bat syntax points to emptyDirectory.
# Can't install things from null.
installBatSyntax = !config.isDarwin;
clearDefaultKeybinds = true;