installs ghostty only on linux

This commit is contained in:
Dennis Schoepf 2026-03-05 22:34:30 +01:00
parent b0a4318b74
commit 6d018f32b5

View file

@ -27,10 +27,11 @@
};
flake.modules.homeManager.terminal =
{ pkgs, config, ... }:
{ pkgs, config, lib, ... }:
{
programs.ghostty = {
enable = true;
package = if pkgs.stdenv.isDarwin then null else pkgs.ghostty;
enableFishIntegration = true;
settings = {
font-size = 14;