Skip to content

Commit de0ad25

Browse files
committed
disable stupid proton stuffs
1 parent d2e2113 commit de0ad25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

home/home.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
sessionVariables = {
2626
EDITOR = "hx";
2727
NIXOS_OZONE_WL = "1";
28-
OBS_VKCAPTURE = "1";
28+
# OBS_VKCAPTURE = "1";
2929
# WLR_RENDERER = "vulkan";
3030
MANGOHUD_CONFIGFILE = "/home/codebam/.config/MangoHud/MangoHud.conf";
31-
PROTON_ENABLE_WAYLAND = "1";
32-
PROTON_ENABLE_HDR = "1";
33-
PROTON_USE_NTSYNC = "1";
31+
# PROTON_ENABLE_WAYLAND = "1";
32+
# PROTON_ENABLE_HDR = "1";
33+
# PROTON_USE_NTSYNC = "1";
3434
SEARXNG_API_URL = "http://localhost:8081";
3535
};
3636

0 commit comments

Comments
 (0)