ghostty: fix the package for darwin

This commit is contained in:
TheGeneralist 2025-06-26 19:16:01 +02:00
parent c8783b2c52
commit 1393a37f53
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, config, ... }: {
environment.variables = {
TERMINAL = "ghostty";
};
@ -6,7 +6,7 @@
home-manager.sharedModules = [{
programs.ghostty = {
enable = true;
package = pkgs.ghostty;
package = if config.onLinux then pkgs.ghostty else null;
clearDefaultKeybinds = false;
settings = {