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