From 4c903d620ca477b7fa40e54c406bde5e13431518 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 23 Jul 2022 23:08:05 +0200 Subject: Fix hardware acceleration in firefox --- hosts/luna/home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/luna') diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix index 5e54c33..8f90ae5 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -18,6 +18,7 @@ in ]); programs.firefox.profiles.default.settings = { + "gfx.webrender.all" = true; "media.ffmpeg.vaapi.enabled" = true; #Hardware acceleration }; -- cgit 1.4.1