targets.genericLinux.nixGL.installScripts
For each wrapper wrp named in the provided list, a wrapper script
named nixGLWrp is installed into the environment. These scripts are
useful for running programs not installed via Home Manager.
The following wrappers are available:
- mesa
- mesaPrime
- nvidia
- nvidiaPrime
- Type
null or (list of (one of "mesa", "mesaPrime", "nvidia", "nvidiaPrime"))- Default
null- Example
[ "mesa" "mesaPrime" ]- Declared
- <home-manager/modules/targets/generic-linux/nixgl.nix>