{ config, pkgs, ... }: { zramSwap = { enable = true; memoryPercent = 25; algorithm = "zstd"; }; swapDevices = [ { device = "/swap"; size = 32 * 1024; } ]; }