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, ... }:
|
{ 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";
|
||||||
|
|
Loading…
Reference in a new issue