packages/{vte-gtk4,blackbox}-high-refresh-rate: init
This commit is contained in:
parent
3a9811fb50
commit
b2db304a7c
1 changed files with 4 additions and 0 deletions
|
@ -37,5 +37,9 @@ super: rec {
|
|||
|
||||
vte-high-refresh-rate = patch' super.vte;
|
||||
|
||||
vte-gtk4-high-refresh-rate = patch' super.vte-gtk4;
|
||||
|
||||
tilix-high-refresh-rate = super.tilix.override { gtkd = super.gtkd.override { vte = vte-high-refresh-rate; }; };
|
||||
|
||||
blackbox-high-refresh-rate = super.blackbox-terminal.override { vte-gtk4 = vte-gtk4-high-refresh-rate; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue