{ pkgs, ... } : {
  config = {
    boot.supportedFilesystems.bcachefs = true;
    environment.systemPackages = with pkgs; [ bcachefs-tools ];
  };
}