pkgs/alacritty: adjust to upstream changes and increase HIDPI factor
This commit is contained in:
parent
034f932d13
commit
1646c8bdc0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in {
|
|||
phases = "installPhase";
|
||||
installPhase = ''
|
||||
makeWrapper ${self.nixpkgs-master.alacritty}/bin/alacritty $out/bin/alacritty \
|
||||
--set-default WINIT_HIDPI_FACTOR 1.0
|
||||
--set-default WINIT_X11_SCALE_FACTOR 1.4
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue