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;
|
||||
allowBold = true;
|
||||
visibleName = "nezia";
|
||||
font = "IntoneMono NF 14";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -37,8 +37,8 @@ in
|
|||
};
|
||||
sizes = lib.mkDefault {
|
||||
terminal = 14;
|
||||
applications = 14;
|
||||
desktop = 12;
|
||||
applications = 11;
|
||||
desktop = 10;
|
||||
};
|
||||
};
|
||||
targets = {
|
||||
|
|
Loading…
Reference in a new issue