mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tests/lomiri-system-settings: ubuntu_font_family -> ubuntu-classic
This commit is contained in:
parent
c768ee4aa3
commit
6613de20f2
@ -23,7 +23,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
|||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
# Intended font & helps with OCR
|
# Intended font & helps with OCR
|
||||||
ubuntu_font_family
|
ubuntu-classic
|
||||||
];
|
];
|
||||||
|
|
||||||
services.upower.enable = true;
|
services.upower.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user