From b3a2b31c6d87d6927be95429079fe59334670a31 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 9 Mar 2026 19:21:17 +0100 Subject: [PATCH] Replace mpv-cheatsheet with mpv-cheatsheet-ng --- modules/software.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/software.nix b/modules/software.nix index 8503458..eff3d25 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -13,7 +13,7 @@ let mpv.override { scripts = with mpvScripts; [ sponsorblock-minimal - mpv-cheatsheet + mpv-cheatsheet-ng ]; } );