fix(alacritty): add TERM = "xterm-256color"
nel.pet 3 weeks ago 6cff3e2d 16aeb288
··· 1 1 { wrappers, ... }: { 2 2 config.home.packages = [(wrappers.alacritty { 3 3 settings = { 4 4 + env.TERM = "xterm-256color"; 5 5 + 4 6 colors.primary = { 5 7 background = "#1e1e2e"; 6 8 foreground = "#cdd6f4";