nixfiles/profiles/gui/default.nix

2 lines
79 B
Nix
Raw Normal View History

{ config, pkgs, ... }: { fonts.fonts = with pkgs; [ comic-neue comic-code ]; }