defaultSession: { config, lib, pkgs, ... }: let inherit (lib) findFirst getExe mkForce; inherit (config.vars) mainUser; switch-session = pkgs.writeShellApplication { name = "switch-session"; text = '' mkdir -p /etc/sddm.conf.d cat <