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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -9,6 +9,7 @@
|
||||||
./mako.nix
|
./mako.nix
|
||||||
./gammastep.nix
|
./gammastep.nix
|
||||||
../foot
|
../foot
|
||||||
|
../alacritty
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
home.packages = with pkgs; [wl-clipboard];
|
home.packages = with pkgs; [wl-clipboard];
|
||||||
|
|
Loading…
Add table
Reference in a new issue