summary refs log tree commit diff
path: root/nixos/modules/config/fonts/fonts.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-08-29 11:02:31 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-08-29 11:03:13 +0200
commit9e8fcb0184170a97b4d0a933783bd7c83aff2ab2 (patch)
tree1dccd6496ff2d5632502e195434976def76b80fb /nixos/modules/config/fonts/fonts.nix
parentfe2d3b56e72ae12b761b3be1e87686e93ec7183a (diff)
downloadnixpkgs-9e8fcb0184170a97b4d0a933783bd7c83aff2ab2.tar
nixpkgs-9e8fcb0184170a97b4d0a933783bd7c83aff2ab2.tar.gz
nixpkgs-9e8fcb0184170a97b4d0a933783bd7c83aff2ab2.tar.bz2
nixpkgs-9e8fcb0184170a97b4d0a933783bd7c83aff2ab2.tar.lz
nixpkgs-9e8fcb0184170a97b4d0a933783bd7c83aff2ab2.tar.xz
nixpkgs-9e8fcb0184170a97b4d0a933783bd7c83aff2ab2.tar.zst
nixpkgs-9e8fcb0184170a97b4d0a933783bd7c83aff2ab2.zip
nixos/fonts: fixup dd38ae1f
Diffstat (limited to 'nixos/modules/config/fonts/fonts.nix')
-rw-r--r--nixos/modules/config/fonts/fonts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/fonts/fonts.nix b/nixos/modules/config/fonts/fonts.nix
index 60a0885103d..f87e61e3ef9 100644
--- a/nixos/modules/config/fonts/fonts.nix
+++ b/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.