diff options
| author | Baitinq <[email protected]> | 2022-06-30 19:08:29 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-30 19:08:29 +0200 |
| commit | c30982b8c9654a3d2337c45372f09f282619b506 (patch) | |
| tree | 84b09a065b9d3951e00b07c16b5694c7876d1e9e | |
| parent | fmt (diff) | |
| download | nixos-config-c30982b8c9654a3d2337c45372f09f282619b506.tar.gz nixos-config-c30982b8c9654a3d2337c45372f09f282619b506.tar.bz2 nixos-config-c30982b8c9654a3d2337c45372f09f282619b506.zip | |
Phobos: Disable mpv hardware acceleration
This causes it not to play. (NVIDIA?)
| -rw-r--r-- | hosts/phobos/home.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index 15575f9..5507164 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -117,10 +117,6 @@ in XF86TouchpadToggle exec ~/.config/i3/scripts/toggletouchpad.sh ''; - - "mpv/mpv.conf".text = '' - hwdec - ''; }; } |