rework services & alacritty
move back to alacritty and install various services
This commit is contained in:
18
home/programs/alacritty.nix
Normal file
18
home/programs/alacritty.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
fira-code
|
||||
];
|
||||
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
|
||||
settings.font = {
|
||||
size = 8;
|
||||
normal.family = "Fira Code";
|
||||
bold.family = "Fira Code";
|
||||
italic.family = "Fira Code";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user