nixfleet/hmModules/alacritty/default.nix
2023-01-19 18:31:20 +01:00

9 lines
159 B
Nix

{
programs.alacritty = {
enable = true;
settings = {
colors.primary.background = "#282C34";
mouse.hide_when_typing = true;
};
};
}