Oliver Davies
fb8ce83e9f
Add the whole file rather than adding it via Home Manager as that causes a conflict with Pop!_OS where Alacritty is installed via Flatpak rather than via Nix/Home Manager. This may be something to try again in future.
24 lines
283 B
YAML
24 lines
283 B
YAML
{
|
|
"font": {
|
|
"glyph_offset": {
|
|
"y": 6
|
|
},
|
|
"normal": {
|
|
"family": "JetBrains Mono NL"
|
|
},
|
|
"offset": {
|
|
"y": 12
|
|
},
|
|
"size": 12
|
|
},
|
|
"shell": {
|
|
"program": "zsh"
|
|
},
|
|
"window": {
|
|
"padding": {
|
|
"x": 15,
|
|
"y": 15
|
|
}
|
|
}
|
|
}
|