summaryrefslogtreecommitdiff
path: root/global/cez/default.nix
blob: 9c80dc4c5b901bfc11f2c60e8c7c65e87a8af945 (plain) (blame)
1
2
3
4
5
6
7
{ ... }:
{
  global.font = {
    sans.size = 10;
    monospace.size = 13;
  };
}