From 2d49594644df0819e33326c6fc02385853ffa023 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Fri, 19 Jul 2024 19:23:00 +0200 Subject: [PATCH] tests/lomiri-clock-app: ubuntu_font_family -> ubuntu-classic --- nixos/tests/lomiri-clock-app.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/lomiri-clock-app.nix b/nixos/tests/lomiri-clock-app.nix index e68b89def534..9db5cee49cf7 100644 --- a/nixos/tests/lomiri-clock-app.nix +++ b/nixos/tests/lomiri-clock-app.nix @@ -24,7 +24,7 @@ fonts.packages = with pkgs; [ # Intended font & helps with OCR - ubuntu_font_family + ubuntu-classic ]; };