summaryrefslogtreecommitdiff
path: root/home-manager/cez/home.nix
blob: a756be7fc8fc46d23f52ee5a3269cc0c90833c53 (plain) (blame)
1
2
3
4
5
6
7
8
{ ... }: let
  font = "Sans 13";
in {
  imports = [ ../wayland/home.nix ];

  services.mako.font = font;
  programs.zathura.options.font = font;
}