diff options
Diffstat (limited to 'accounts/gkleen@sif/hyprland.nix')
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 88c71f7f..8c920354 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix | |||
@@ -23,6 +23,10 @@ in { | |||
23 | "QT_AUTO_SCREEN_SCALE_FACTOR,1" | 23 | "QT_AUTO_SCREEN_SCALE_FACTOR,1" |
24 | "SDL_VIDEODRIVER,wayland" | 24 | "SDL_VIDEODRIVER,wayland" |
25 | # "AQ_DRM_DEVICES,/dev/dri/by-path/pci-0000:01:00.0-card" | 25 | # "AQ_DRM_DEVICES,/dev/dri/by-path/pci-0000:01:00.0-card" |
26 | "__NV_PRIME_RENDER_OFFLOAD,1" | ||
27 | "__NV_PRIME_RENDER_OFFLOAD_PROVIDER,NVIDIA-G0" | ||
28 | "__GLX_VENDOR_LIBRARY_NAME,nvidia" | ||
29 | "__VK_LAYER_NV_optimus,NVIDIA_only" | ||
26 | ]; | 30 | ]; |
27 | 31 | ||
28 | xwayland.force_zero_scaling = true; | 32 | xwayland.force_zero_scaling = true; |