diff options
| author | Baitinq <[email protected]> | 2022-07-23 23:08:05 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-23 23:08:05 +0200 |
| commit | 4c903d620ca477b7fa40e54c406bde5e13431518 (patch) | |
| tree | 6e3694ec485e2b162f9193d2554e655ea99328e9 /hosts/phobos | |
| parent | ZSH: Install plugins deterministically (diff) | |
| download | nixos-config-4c903d620ca477b7fa40e54c406bde5e13431518.tar.gz nixos-config-4c903d620ca477b7fa40e54c406bde5e13431518.tar.bz2 nixos-config-4c903d620ca477b7fa40e54c406bde5e13431518.zip | |
Fix hardware acceleration in firefox
Diffstat (limited to 'hosts/phobos')
| -rw-r--r-- | hosts/phobos/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index 8ab2d90..f424a0b 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -18,6 +18,7 @@ in ]); programs.firefox.profiles.default.settings = { + "gfx.webrender.all" = true; "media.ffmpeg.vaapi.enabled" = true; #Hardware acceleration }; |