From e7c59f9596d5e220ff415886f6ff1333786705c7 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Thu, 11 Sep 2025 15:06:18 +0200 Subject: [PATCH] fix: broken alacritty on mac :bug: --- nixos/home/danny/home.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nixos/home/danny/home.nix b/nixos/home/danny/home.nix index d3ff714..09ec361 100644 --- a/nixos/home/danny/home.nix +++ b/nixos/home/danny/home.nix @@ -139,8 +139,10 @@ size = 13.0; }; cursor = { style = "Block"; unfocused_hollow = true; }; - shell = { - program = "${pkgs.fish}/bin/fish"; + terminal = { + shell = { + program = "${pkgs.fish}/bin/fish"; + }; }; colors = { # Catppuccin Mocha palette