From 31a03233207d7e25b3010e2c5a5b1a7daff91a9f Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 20 Jul 2023 21:47:27 +0200 Subject: usecases/mpv: add thumbfast, uosc plugins, fmt file --- common/unfree.nix | 4 ++++ usecases/desktop/graphical/mpv.nix | 10 +++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common/unfree.nix b/common/unfree.nix index efab0b3..cec1c03 100644 --- a/common/unfree.nix +++ b/common/unfree.nix @@ -13,5 +13,9 @@ inputs: "steam-original" "steam-run" "steam-runtime" + + # actually MPL + # TODO: remove once this is fixed + "mpv-thumbfast" ]; } diff --git a/usecases/desktop/graphical/mpv.nix b/usecases/desktop/graphical/mpv.nix index 219c86c..a42c78e 100644 --- a/usecases/desktop/graphical/mpv.nix +++ b/usecases/desktop/graphical/mpv.nix @@ -1,15 +1,11 @@ -inputs: - -{ pkgs, ... }: - -{ +inputs: {pkgs, ...}: { home-manager.users.minijackson.programs.mpv = { enable = true; config = { hwdec = "auto"; profile = "gpu-hq"; }; - defaultProfiles = [ "gpu-hq" ]; - scripts = with pkgs.mpvScripts; [ mpris sponsorblock ]; + defaultProfiles = ["gpu-hq"]; + scripts = with pkgs.mpvScripts; [mpris sponsorblock thumbfast uosc]; }; } -- cgit v1.2.3