modules/foot: All highDPI now <3
This commit is contained in:
parent
980dbc9a88
commit
08f908b7b3
|
@ -1,16 +1,10 @@
|
|||
{ nixosConfig
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
fontSize = hiDPI: if hiDPI then "FiraCode:size=14" else "FiraCode:size=8";
|
||||
in
|
||||
{
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
term = "xterm-256color";
|
||||
font = fontSize nixosConfig.my.highDPI;
|
||||
font = "FiraCode:size=14";
|
||||
pad = "3x3";
|
||||
};
|
||||
scrollback = { lines = 100000; };
|
||||
|
|
Loading…
Reference in a new issue