fix: use the generated Alacritty configuration
This commit is contained in:
parent
32876821a9
commit
dc9ee849bb
3 changed files with 1 additions and 29 deletions
home-manager
|
@ -142,11 +142,6 @@ in {
|
|||
"$HOME/.config/bin"
|
||||
];
|
||||
|
||||
xdg.configFile.alacritty = {
|
||||
source = ../../config/alacritty;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
xdg.configFile.bin = {
|
||||
source = ../../bin;
|
||||
recursive = true;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
font = {
|
||||
size = 12.0;
|
||||
|
||||
normal.family = "JetBrainsMono Nerd Font";
|
||||
normal.family = "Meslo LG M";
|
||||
|
||||
offset.y = 12;
|
||||
glyph_offset.y = 6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue