qutebrowser: install tree style tabs patch
This commit is contained in:
parent
dd00ce096a
commit
5f92f94eba
4 changed files with 10298 additions and 2 deletions
|
@ -64,6 +64,15 @@
|
|||
steam = prev.steam.override {
|
||||
extraPkgs = pkgs: with pkgs; [ capitaine-cursors bibata-cursors ];
|
||||
};
|
||||
|
||||
qutebrowser = prev.qutebrowser.overrideAttrs (old: {
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "pinusc";
|
||||
repo = "qutebrowser";
|
||||
rev = "feature/tree-tabs";
|
||||
sha256 = "sha256-kHxZ3AzbfPJ3im1kQNn8DDlKBn+yPI4SLbSZuBQrUWY=";
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
variables = (final: prev: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue