make gnome font smaller, make gnome-terminal font bigger

This commit is contained in:
Anthony Rodriguez 2024-09-06 22:46:18 +02:00
parent 23d0d81bd3
commit e4731b490e
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 3 additions and 2 deletions

View file

@ -27,6 +27,7 @@
audibleBell = false;
allowBold = true;
visibleName = "nezia";
font = "IntoneMono NF 14";
};
};
};

View file

@ -37,8 +37,8 @@ in
};
sizes = lib.mkDefault {
terminal = 14;
applications = 14;
desktop = 12;
applications = 11;
desktop = 10;
};
};
targets = {