{ config, lib, ... }: { home-manager.users."${config.sysusers.main}" = { home = { desktop.enable = true; stateVersion = lib.mkForce "24.05"; }; }; }