nixos/fonts: fixup dd38ae1f

rnhmjoj 9e8fcb01 fe2d3b56

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