nix machine / user configurations
1{ lib, ... }: 2{ 3 options.system.persistDir = lib.mkOption { 4 type = lib.types.str; 5 }; 6}