diff --git a/env/wayland/default.nix b/env/wayland/default.nix index bfc218f..a4f08fb 100644 --- a/env/wayland/default.nix +++ b/env/wayland/default.nix @@ -26,8 +26,8 @@ environment = { variables = { NIXOS_OZONE_WL = "1"; - __GL_GSYNC_ALLOWED = "0"; - __GL_VRR_ALLOWED = "0"; + # __GL_GSYNC_ALLOWED = "0"; + # __GL_VRR_ALLOWED = "0"; _JAVA_AWT_WM_NONEREPARENTING = "1"; SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh"; DISABLE_QT5_COMPAT = "0"; diff --git a/hosts/earth/nvidia.nix b/hosts/earth/nvidia.nix index c764792..75587a7 100644 --- a/hosts/earth/nvidia.nix +++ b/hosts/earth/nvidia.nix @@ -6,6 +6,13 @@ WLR_NO_HARDWARE_CURSORS = "1"; LIBVA_DRIVER_NAME = "nvidia"; __GLX_VENDOR_LIBRARY_NAME = "nvidia"; + __NV_PRIME_RENDER_OFFLOAD = "1"; + __VK_LAYER_NV_optimus = "NVIDIA_only"; + NVD_BACKEND = "direct"; + __GL_GSYNC_ALLOWED = "1"; + __GL_VRR_ALLOWED = "1"; + XWAYLAND_NO_GLAMOR = "1"; + __GL_MaxFramesAllowed = "1"; }; environment.systemPackages = with pkgs; [ diff --git a/modules/home-manager/vim/config/lua/plugins/editor/presence.lua b/modules/home-manager/vim/config/lua/plugins/editor/presence.lua index 94a382e..2764b33 100644 --- a/modules/home-manager/vim/config/lua/plugins/editor/presence.lua +++ b/modules/home-manager/vim/config/lua/plugins/editor/presence.lua @@ -2,6 +2,6 @@ return { "IogaMaster/neocord", event = "VeryLazy", opts = { - log_level = "debug", + -- log_level = "debug", }, }