fix foot config
This commit is contained in:
parent
894e3eb895
commit
df65b08cd5
2 changed files with 7 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue