Random NixOS things

pick only one(or more) fonts out of nerdfonts

fonts.fonts = with pkgs; [
  (nerdfonts.override { fonts = [ "Hack" ]; })
]

mount usb at boot

this was necessary to mount my encrypted usb drive on boot but it might be necessary for some unencrypted too
boot.initrd.availableKernelModules = [ "uas" ]

use a adblocking hosts file

https://github.com/StevenBlack/hosts#using-nixos