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; audibleBell = false;
allowBold = true; allowBold = true;
visibleName = "nezia"; visibleName = "nezia";
font = "IntoneMono NF 14";
}; };
}; };
}; };

View file

@ -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 = {