diff --git a/apps/ghostty/default.nix b/apps/ghostty/default.nix index 5930d76..504dfc4 100644 --- a/apps/ghostty/default.nix +++ b/apps/ghostty/default.nix @@ -55,7 +55,7 @@ enableFishIntegration = true; settings = { - font-family = myConfig.font.monospace; + font-family = myConfig.terminal.font; confirm-close-surface = false; app-notifications = false; window-padding-x = 15; diff --git a/config.nix b/config.nix index 728a3d7..b273c64 100644 --- a/config.nix +++ b/config.nix @@ -18,6 +18,7 @@ }; terminal = { default = "ghostty"; + font = "MonoLisa"; aliases = { update = "sudo nixos-rebuild switch --flake ~/.config/nixos/#hakase"; }; @@ -75,6 +76,7 @@ }; terminal = { default = "ghostty"; + font = "MonoLisa"; aliases = { update = "sudo nixos-rebuild switch --flake ~/.config/nixos/#macbook"; };