Skip to content

Commit 3dc6e91

Browse files
committed
disable
1 parent 3de6340 commit 3dc6e91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

home/home.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
NIXOS_OZONE_WL = "1";
2828
# OBS_VKCAPTURE = "1";
2929
WLR_RENDERER = "vulkan";
30-
WLR_DRM_NO_ATOMIC = "1"; # screen tearing support
30+
# WLR_DRM_NO_ATOMIC = "1"; # screen tearing support
3131
# MANGOHUD_CONFIGFILE = "/home/codebam/.config/MangoHud/MangoHud.conf";
3232
# PROTON_ENABLE_WAYLAND = "1";
3333
# PROTON_ENABLE_HDR = "1";

home/programs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
set -gx NIXOS_OZONE_WL 1
170170
# set -gx OBS_VKCAPTURE 1
171171
set -gx WLR_RENDERER vulkan
172-
set -gx WLR_DRM_NO_ATOMIC 1
172+
# set -gx WLR_DRM_NO_ATOMIC 1
173173
# set -gx MANGOHUD_CONFIGFILE /home/codebam/.config/MangoHud/MangoHud.conf
174174
# set -gx PROTON_ENABLE_WAYLAND 1
175175
# set -gx PROTON_ENABLE_HDR 1

0 commit comments

Comments
 (0)