diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-30 19:08:29 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-30 19:08:29 +0200 |
commit | 703ba3a3ac5d43784015ce59c953d0ca1457276a (patch) | |
tree | 16c5e9429996e6556f9cae0b651e98a4956b84a4 /hosts | |
parent | fmt (diff) | |
download | nixos-config-703ba3a3ac5d43784015ce59c953d0ca1457276a.tar.gz nixos-config-703ba3a3ac5d43784015ce59c953d0ca1457276a.tar.bz2 nixos-config-703ba3a3ac5d43784015ce59c953d0ca1457276a.zip |
Phobos: Disable mpv hardware acceleration
This causes it not to play. (NVIDIA?)
Diffstat (limited to 'hosts')
-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 - ''; }; } |