{ config, lib, pkgs, ... }: { console.font = "Lat2-Terminus16"; fonts.fonts = with pkgs; lib.mkIf config.jalr.gui.enable [ (nerdfonts.override { fonts = [ "Iosevka" ]; }) font-awesome powerline-fonts roboto ]; }