diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-09-02 11:25:23 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-09-02 11:25:23 +0200 |
commit | 36c16a56c366d78e5a11b06b4e4019b361f2e817 (patch) | |
tree | 9ebb2f67593e886f00fd16359114495d3714ae72 /accounts/gkleen@sif/hyprland.nix | |
parent | 71c9eeb3a4b188357f95021654719a10ba28ba0a (diff) | |
download | nixos-36c16a56c366d78e5a11b06b4e4019b361f2e817.tar nixos-36c16a56c366d78e5a11b06b4e4019b361f2e817.tar.gz nixos-36c16a56c366d78e5a11b06b4e4019b361f2e817.tar.bz2 nixos-36c16a56c366d78e5a11b06b4e4019b361f2e817.tar.xz nixos-36c16a56c366d78e5a11b06b4e4019b361f2e817.zip |
...
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; |