about summary refs log tree commit diff
path: root/modules/workstation/fonts/default.nix
blob: 9c59bb60189dc3fa8218ccaf2cd710964d335058 (plain) (blame)
1
2
3
4
5
{ pkgs, ... }:

{
  fonts.fonts = with pkgs; [ fantasque-sans-mono ];
}