fix: use the generated Alacritty configuration
This commit is contained in:
parent
32876821a9
commit
dc9ee849bb
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"font": {
|
|
||||||
"glyph_offset": {
|
|
||||||
"y": 6
|
|
||||||
},
|
|
||||||
"normal": {
|
|
||||||
"family": "JetBrains Mono NL"
|
|
||||||
},
|
|
||||||
"offset": {
|
|
||||||
"y": 12
|
|
||||||
},
|
|
||||||
"size": 12
|
|
||||||
},
|
|
||||||
"shell": {
|
|
||||||
"program": "zsh"
|
|
||||||
},
|
|
||||||
"window": {
|
|
||||||
"padding": {
|
|
||||||
"x": 15,
|
|
||||||
"y": 15
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -142,11 +142,6 @@ in {
|
||||||
"$HOME/.config/bin"
|
"$HOME/.config/bin"
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.configFile.alacritty = {
|
|
||||||
source = ../../config/alacritty;
|
|
||||||
recursive = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
xdg.configFile.bin = {
|
xdg.configFile.bin = {
|
||||||
source = ../../bin;
|
source = ../../bin;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
font = {
|
font = {
|
||||||
size = 12.0;
|
size = 12.0;
|
||||||
|
|
||||||
normal.family = "JetBrainsMono Nerd Font";
|
normal.family = "Meslo LG M";
|
||||||
|
|
||||||
offset.y = 12;
|
offset.y = 12;
|
||||||
glyph_offset.y = 6;
|
glyph_offset.y = 6;
|
||||||
|
|
Loading…
Reference in a new issue