shortcut for mpv shuffle mode

This commit is contained in:
Noah Masur 2025-05-10 10:39:51 -04:00
parent cea08761bb
commit 5d539abe21

View File

@ -31,5 +31,9 @@ in
pkgs.mpvScripts.mpv-delete-file
];
};
programs.fish.shellAbbrs = {
mpvs = "mpv --shuffle=yes";
};
};
}