{ pkgs, ... }: # Base set of packages to be expected everywhere. with pkgs; { fonts.fonts = with pkgs; [ google-fonts mononoki source-code-pro fantasque-sans-mono hack-font fira fira-code fira-code-symbols ]; environment.systemPackages = [ file fd gitAndTools.gitMinimal htop openssl ranger inetutils traceroute vim vnstat wireguard-tools wget ]; }