feat: Fix mpv

This commit is contained in:
uttarayan21
2025-02-13 11:49:45 +05:30
parent ab2a805b9d
commit acfb7beb7f
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
{...}: { {pkgs, ...}: {
programs.mpv.enable = true; programs.mpv = {
enable = true;
package = pkgs.mpv-unwrapped.wrapper {mpv = pkgs.mpv-unwrapped.override {sixelSupport = true;};};
};
} }

View File

@@ -25,7 +25,6 @@ lib.attrsets.optionalAttrs device.hasGui {
[] []
++ lib.optionals device.hasGui [ ++ lib.optionals device.hasGui [
discord discord
(mpv-unwrapped.wrapper {mpv = mpv-unwrapped.override {sixelSupport = true;};})
abaddon abaddon
ferdium ferdium
jdk jdk