{ pkgs, lib, ... }: { # Let Stylix handle Alacritty theming # Only override font size if needed programs.alacritty.settings.font.size = lib.mkForce 10; home.packages = with pkgs; [ nerd-fonts.jetbrains-mono ]; }