Added alacritty
This commit is contained in:
parent
8205abe190
commit
a7ae9969db
2 changed files with 10 additions and 0 deletions
9
hmModules/alacritty/default.nix
Normal file
9
hmModules/alacritty/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
colors.primary.background = "#282C34";
|
||||
mouse.hide_when_typing = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue