nixos/fonts: fixup dd38ae1f

wip/nixpkgs-raku
rnhmjoj 3 years ago
parent fe2d3b56e7
commit 9e8fcb0184
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
  1. 2
      nixos/modules/config/fonts/fonts.nix

@ -8,7 +8,7 @@ let
# If not running a fancy desktop environment, the cursor is likely set to
# the default `cursor.pcf` bitmap font. This is 17px wide, so it's very
# small and almost invisible on 4K displays.
fontcursormisc_hidpi = pkgs.xorg.fontcursormisc.overrideAttrs (old:
fontcursormisc_hidpi = pkgs.xorg.fontxfree86type1.overrideAttrs (old:
let
# The scaling constant is 230/96: the scalable `left_ptr` glyph at
# about 23 points is rendered as 17px, on a 96dpi display.

Loading…
Cancel
Save