mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
5 lines
119 B
Nix
5 lines
119 B
Nix
{
|
|
nixpkgs.overlays = [
|
|
(_: prev: { qutebrowser = prev.qutebrowser.override { enableWideVine = true; }; })
|
|
];
|
|
}
|