fix up alacritty and tmux

This commit is contained in:
2022-10-09 14:01:59 +02:00
parent 0ea8b9ed2c
commit 0fecdd6eaa
4 changed files with 11 additions and 3 deletions

View File

@@ -7,9 +7,13 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.alacritty ];
programs = {
alacritty = {
enable = true;
package = pkgs.alacritty;
settings = {
font = rec { # Font - Laptop has size manually changed at home.nix
normal.family = "Source Code Pro";