{ config, lib, ... }: { home-manager.users."${config.sysusers.main}".home = { stateVersion = lib.mkForce config.system.stateVersion; }; }