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 | ccea0f231ee25d4fc959668c59b31d2a3bd44d38 (patch) | |
| tree | 2ae13019e555ce28d8b5c381922901c60e7703ee /hosts/home.nix | |
| parent | ZSH: Install plugins deterministically (diff) | |
| download | nixos-config-ccea0f231ee25d4fc959668c59b31d2a3bd44d38.tar.gz nixos-config-ccea0f231ee25d4fc959668c59b31d2a3bd44d38.tar.bz2 nixos-config-ccea0f231ee25d4fc959668c59b31d2a3bd44d38.zip | |
Fix hardware acceleration in firefox
Diffstat (limited to 'hosts/home.nix')
| -rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 783584d..138a4d3 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -123,6 +123,7 @@ in darkreader https-everywhere bypass-paywalls-clean + h264ify ]; profiles.default = { id = 0; |