use new font on thinky as well
This commit is contained in:
parent
b93f3cc38f
commit
e8fd2eac60
1 changed files with 3 additions and 6 deletions
|
@ -1,8 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.sessionVariables = {
|
||||
TERMINAL = "termite";
|
||||
};
|
||||
{ config, pkgs, ... }: {
|
||||
home.sessionVariables = { TERMINAL = "termite"; };
|
||||
programs.termite = {
|
||||
enable = true;
|
||||
allowBold = true;
|
||||
|
@ -11,7 +8,7 @@
|
|||
dynamicTitle = true;
|
||||
mouseAutohide = true;
|
||||
scrollOnKeystroke = false;
|
||||
font = "Fira Code Nerd Font 12";
|
||||
font = "Berkeley Mono 12";
|
||||
|
||||
backgroundColor = "#002b36";
|
||||
foregroundColor = "#839496";
|
||||
|
|
Loading…
Reference in a new issue