make gnome font smaller, make gnome-terminal font bigger
This commit is contained in:
parent
23d0d81bd3
commit
e4731b490e
2 changed files with 3 additions and 2 deletions
|
@ -27,6 +27,7 @@
|
||||||
audibleBell = false;
|
audibleBell = false;
|
||||||
allowBold = true;
|
allowBold = true;
|
||||||
visibleName = "nezia";
|
visibleName = "nezia";
|
||||||
|
font = "IntoneMono NF 14";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -37,8 +37,8 @@ in
|
||||||
};
|
};
|
||||||
sizes = lib.mkDefault {
|
sizes = lib.mkDefault {
|
||||||
terminal = 14;
|
terminal = 14;
|
||||||
applications = 14;
|
applications = 11;
|
||||||
desktop = 12;
|
desktop = 10;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
targets = {
|
targets = {
|
||||||
|
|
Loading…
Reference in a new issue