Add overlay
This commit is contained in:
parent
7e629a37e1
commit
cb37b7882d
1 changed files with 9 additions and 0 deletions
9
nixos/includes/system/overlay.nix
Normal file
9
nixos/includes/system/overlay.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
qutebrowser = prev.qutebrowser.override {
|
||||
enableWideVine = true;
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue