Add back Steam Deck and add experimental unstable
This commit is contained in:
parent
d4f132616e
commit
14aad2871f
18 changed files with 282 additions and 41 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue