Add back Steam Deck and add experimental unstable

This commit is contained in:
Jimbo 2024-10-21 02:12:30 -04:00
parent d4f132616e
commit 14aad2871f
18 changed files with 282 additions and 41 deletions

View file

@ -1,9 +1,14 @@
(self: super: {
mpv = super.mpv.override {
scripts = with self.mpvScripts; [
mpris
sponsorblock
thumbnail
];
};
})
{ unstable, ... }:
{
nixpkgs.overlays = [
(self: super: {
mpv = super.mpv.override {
scripts = with self.mpvScripts; [
mpris
sponsorblock
thumbnail
];
};
})
];
}