{ config, pkgs, ... }: { imports = [ ./i18n.nix ./nix.nix ]; environment.systemPackages = with pkgs; [ wget curl networkmanager neovim ]; fonts.fonts = with pkgs; [ hasklig ]; fonts.fontconfig.localConf = '' sans-serif emoji serif emoji ''; services.printing.enable = true; services.fwupd.enable = true; }