{ pkgs, ... }: { # Font Settings fonts = { fonts = with pkgs; [ roboto inter ]; fontconfig = { localConf = '' system-ui Inter Roboto Cantarell Liberation Sans DejaVu Sans ''; }; }; }