tests/lomiri-system-settings: ubuntu_font_family -> ubuntu-classic

This commit is contained in:
OPNA2608 2024-07-19 19:21:32 +02:00
parent c768ee4aa3
commit 6613de20f2

View File

@ -23,7 +23,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
fonts.packages = with pkgs; [
# Intended font & helps with OCR
ubuntu_font_family
ubuntu-classic
];
services.upower.enable = true;