Skip to content

Commit

Permalink
style: remove more dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 11, 2023
1 parent 2ad0c59 commit f98ee98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/base/common/host/hardware/gpu/nvidia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,10 @@ in {

(mkIf env.isWayland {
WLR_NO_HARDWARE_CURSORS = "1";
# __GLX_VENDOR_LIBRARY_NAME = "nvidia";
# GBM_BACKEND = "nvidia-drm"; # breaks firefox apparently
})

(mkIf (env.isWayland && device.gpu == "hybrid-nv") {
#__NV_PRIME_RENDER_OFFLOAD = "1";
#WLR_DRM_DEVICES = mkDefault "/dev/dri/card1:/dev/dri/card0";
})
];
Expand Down

0 comments on commit f98ee98

Please sign in to comment.