feat: configure Alacritty
Configure Alacritty in Home Manager.
This commit is contained in:
parent
b4eb83a558
commit
9028dbdc87
1 changed files with 24 additions and 0 deletions
|
@ -13,4 +13,28 @@
|
||||||
|
|
||||||
home.username = "opdavies";
|
home.username = "opdavies";
|
||||||
home.homeDirectory = "/home/opdavies";
|
home.homeDirectory = "/home/opdavies";
|
||||||
|
|
||||||
|
programs.alacritty = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
window.padding = {
|
||||||
|
x = 15;
|
||||||
|
y = 15;
|
||||||
|
};
|
||||||
|
|
||||||
|
font = {
|
||||||
|
size = 12.0;
|
||||||
|
|
||||||
|
normal.family = "JetBrainsMono Nerd Font";
|
||||||
|
|
||||||
|
offset.y = 12;
|
||||||
|
glyph_offset.y = 6;
|
||||||
|
};
|
||||||
|
|
||||||
|
shell = {
|
||||||
|
program = "zsh";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue