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