From 064159fe2e9222f56f28194e8b34d40be388bd5d Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 31 May 2025 20:57:48 +0200 Subject: [PATCH] use my font --- share/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/common.nix b/share/common.nix index 169d152..18e6a42 100644 --- a/share/common.nix +++ b/share/common.nix @@ -258,6 +258,8 @@ in services.kmscon = { enable = true; useXkbConfig = true; + hwRender = true; + fonts = [ { name = "MonoLisa"; package = cullmann-fonts; } ]; }; # enable the KDE Plasma Desktop Environment