aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/carbon/system/fonts.nix
blob: 8a72d4b0df59e219acab8bedd5742f32bfea7f81 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:

{
  fonts.packages = with pkgs; [
    nerd-fonts.symbols-only
    berkeley-mono
    inter
  ];
}