mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixosModules.monado: use hardware.graphics instead of hardware.opengl
This commit is contained in:
parent
5bfad8d9f6
commit
64a429e14a
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ in
|
|||
environment.systemPackages = [ cfg.package ];
|
||||
environment.pathsToLink = [ "/share/openxr" ];
|
||||
|
||||
hardware.opengl.extraPackages = [ pkgs.monado-vulkan-layers ];
|
||||
hardware.graphics.extraPackages = [ pkgs.monado-vulkan-layers ];
|
||||
|
||||
environment.etc."xdg/openxr/1/active_runtime.json" = mkIf cfg.defaultRuntime {
|
||||
source = "${cfg.package}/share/openxr/1/openxr_monado.json";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue