- CPU: Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz
- RAM: 64 GB
- HDD: 1 TiB SSD
- Screen: 15" 4k (3840✕2160)
- Graphics: NVIDIA Corporation TU117M [GeForce], with Intel Graphics too.
- Input: Touchscreen and trackpad.
Also tested with Dell WD19TB Thunderbolt Dock.
In order to run a program on the NVIDIA gpu, you can use the `nvidia-offload` function, for example: ``` nvidia-offload `nix-shell -p glxinfo --run 'glxgears'` ``` This is a short bash script that sets the proper environment variables and calls your command.