feat(home-manager): install qutebrowser with NixGL
Work on non NixOS system
This commit is contained in:
parent
db6386ebc0
commit
6f3a124bc5
3 changed files with 30 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
{ inputs, ...}:
|
||||
{ inputs, pkgs, ...}:
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
qutebrowser = prev.qutebrowser.override {
|
||||
enableWideVine = true;
|
||||
enableWideVine = if pkgs.system == "x86_64-linux" then true else false;
|
||||
};
|
||||
})
|
||||
inputs.nur.overlay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue