{ config, lib, pkgs, ... }: { security.sudo.wheelNeedsPassword = false; environment.systemPackages = with pkgs; [ # Filesystem types f2fs-tools exfatprogs ]; }