9 lines
159 B
Nix
9 lines
159 B
Nix
{
|
|
programs.alacritty = {
|
|
enable = true;
|
|
settings = {
|
|
colors.primary.background = "#282C34";
|
|
mouse.hide_when_typing = true;
|
|
};
|
|
};
|
|
}
|