{ config, pkgs, lib, ... }: { imports = [ ]; zramSwap = lib.mkDefault { enable = true; memoryPercent = 25; }; }