fix foot config

This commit is contained in:
fleaz 2023-10-03 15:51:29 +02:00
parent 894e3eb895
commit df65b08cd5
2 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ config
{ nixosConfig
, ...
}:
let
@ -10,7 +10,7 @@ in
settings = {
main = {
term = "xterm-256color";
font = fontSize config.my.highDPI;
font = fontSize nixosConfig.my.highDPI;
};
scrollback = { lines = 100000; };
colors = {