use freetype for font display

This commit is contained in:
2026-08-01 15:03:55 +02:00
parent 4a08d19365
commit f5a0b6136f
11 changed files with 605 additions and 292 deletions
+4
View File
@@ -9,6 +9,8 @@
wayland-protocols,
wayland-scanner,
libxkbcommon,
freetype,
fontconfig,
# Path to a replacement src/config.zig. dwm-style compile-time configuration:
# att_wm.override { configFile = ./my-config.zig; }
# Deliberately not called `config`: callPackage would fill that from the
@@ -38,6 +40,8 @@ stdenv.mkDerivation {
wayland-protocols
wayland-scanner
libxkbcommon
freetype
fontconfig
];
zigBuildFlags = [