Immersed: Difference between revisions
No edit summary |
drop 24.05 compat |
||
Line 2: | Line 2: | ||
It is packaged as 'immersed-vr' in Nixpkgs, but in order to work on NixOS, you will need additional OpenGL libraries. <syntaxhighlight lang="nixos"> | It is packaged as 'immersed-vr' in Nixpkgs, but in order to work on NixOS, you will need additional OpenGL libraries. <syntaxhighlight lang="nixos"> | ||
hardware.graphics = { | hardware.graphics = { | ||
enable = true; | enable = true; | ||
enable32Bit = true; | enable32Bit = true; | ||
extraPackages = with pkgs; [ libva vaapiVdpau ]; | extraPackages = with pkgs; [ libva vaapiVdpau ]; | ||
}; | }; |