use new font on thinky as well

This commit is contained in:
Cyryl Płotnicki 2022-03-09 11:37:07 +01:00
parent b93f3cc38f
commit e8fd2eac60

View file

@ -1,8 +1,5 @@
{ config, pkgs, ... }: { config, pkgs, ... }: {
{ home.sessionVariables = { TERMINAL = "termite"; };
home.sessionVariables = {
TERMINAL = "termite";
};
programs.termite = { programs.termite = {
enable = true; enable = true;
allowBold = true; allowBold = true;
@ -11,7 +8,7 @@
dynamicTitle = true; dynamicTitle = true;
mouseAutohide = true; mouseAutohide = true;
scrollOnKeystroke = false; scrollOnKeystroke = false;
font = "Fira Code Nerd Font 12"; font = "Berkeley Mono 12";
backgroundColor = "#002b36"; backgroundColor = "#002b36";
foregroundColor = "#839496"; foregroundColor = "#839496";