I am new to nixos. I managed to install and run nixos (latest) as vmware guest. However, my mouse integration doesn’t seem to be working, i.e. I need to press ‘Ctrl+Alt’ to release mouse if I want to move out.
More importantly, ‘Fit guest now’ option is greyed out. I have enabled virtualisation.vmware.guest.enable = true; in my configuration.nix however that doesn’t seem to solve the issue. Any pointers?
Should I necropost or not, but after adding this line guest tools seems to be installed, mouse is grabbed and a vmware- tools are avaliable, but screen is not resizing, as well as fit guest now option is doing nothing
I have a Nixos install with plasma without any changes
What I noticed, though, is that xrandr will output a different “preferred” resolution (marked with the plus +), depending on the VM’s window size. It just doesn’t switch to that resolution automatically. Running xrandr --output <output name> --preferred changes that. It’s still annoying to run that command manually but, hey, at least now I can bind it to some key in i3wm.