Added alacritty

This commit is contained in:
Andrea Ciceri 2023-01-19 18:31:20 +01:00
parent 8205abe190
commit a7ae9969db
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
programs.alacritty = {
enable = true;
settings = {
colors.primary.background = "#282C34";
mouse.hide_when_typing = true;
};
};
}

View file

@ -9,6 +9,7 @@
./mako.nix
./gammastep.nix
../foot
../alacritty
];
config = {
home.packages = with pkgs; [wl-clipboard];