dotfiles/config/alacritty/alacritty.yml
Oliver Davies fb8ce83e9f alacritty: add configuration
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.
2023-01-18 09:47:58 +00:00

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
}
}
}