diff --git a/home/home.nix b/home/home.nix index 7c7fcc1..15b45bb 100644 --- a/home/home.nix +++ b/home/home.nix @@ -30,7 +30,7 @@ in { MOZ_ENABLE_WAYLAND = "1"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; SUDO_EDITOR = "nvim"; - WLR_RENDERER = "vulkan"; + #WLR_RENDERER = "vulkan"; }; wayland.windowManager.sway = {enable = true;}; @@ -53,7 +53,7 @@ in { slang = "eng,en"; alang = "eng,en"; hwdec = "auto"; - vo = "gpu-next"; + vo = "dmabuf-wayland"; ao = "pipewire"; script-opts-set = "ytdl_hook-ytdl_path=yt-dlp,sponsorblock-local_database=no,sponsorblock-skip_categories=[sponsor,intro,selfpromo]"; ytdl-format = "bestvideo[height<=?1080]+bestaudio/best";