about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-30 19:08:29 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-30 19:08:29 +0200
commit703ba3a3ac5d43784015ce59c953d0ca1457276a (patch)
tree16c5e9429996e6556f9cae0b651e98a4956b84a4 /hosts
parentfmt (diff)
downloadnixos-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.nix4
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
-    '';
   };
 
 }