{ lib, ... }: { options = { swappiness = lib.mkOption { type = lib.types.int; default = 10; }; }; }