Hi guys!
I am having some issues with my NixOS install. I am unable to start Anydesk on my machine. I have raised an issue and @jonringer tried to help!
I want to thank him for his efforts to help me fix this issue!
https://github.com/NixOS/nixpkgs/issues/81074
Does anyone else could help us figure out what’s going on!
I have the found the issue.
It has something to do with the drivers I had enabled.
hardware.bumblebee.enable = true;
services.xserver.videoDrivers = ["intel" "nvidia"]
Once I have removed nvidia from the list… everything started working!
By everything, I mean other issues I had with nixos such as gnome not being able to start.