about summary refs log tree commit diff
path: root/hosts/luna
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-23 23:08:05 +0200
committerBaitinq <[email protected]>2022-07-23 23:08:05 +0200
commitccea0f231ee25d4fc959668c59b31d2a3bd44d38 (patch)
tree2ae13019e555ce28d8b5c381922901c60e7703ee /hosts/luna
parentZSH: Install plugins deterministically (diff)
downloadnixos-config-ccea0f231ee25d4fc959668c59b31d2a3bd44d38.tar.gz
nixos-config-ccea0f231ee25d4fc959668c59b31d2a3bd44d38.tar.bz2
nixos-config-ccea0f231ee25d4fc959668c59b31d2a3bd44d38.zip
Fix hardware acceleration in firefox
Diffstat (limited to 'hosts/luna')
-rw-r--r--hosts/luna/home.nix1
1 files changed, 1 insertions, 0 deletions
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
   };