Merge pull request #328487 from OPNA2608/fix/lomiri-ubuntu_font_family

Lomiri module & tests: ubuntu_font_family -> ubuntu-classic
This commit is contained in:
Johannes Jöns
2024-07-19 19:19:35 +00:00
committed by GitHub
7 changed files with 7 additions and 7 deletions
@@ -63,7 +63,7 @@ in {
fonts.packages = with pkgs; [
# Applications tend to default to Ubuntu font
ubuntu_font_family
ubuntu-classic
];
# Copy-pasted basic stuff
+1 -1
View File
@@ -24,7 +24,7 @@
fonts.packages = with pkgs; [
# Intended font & helps with OCR
ubuntu_font_family
ubuntu-classic
];
};
+1 -1
View File
@@ -24,7 +24,7 @@
fonts.packages = with pkgs; [
# Intended font & helps with OCR
ubuntu_font_family
ubuntu-classic
];
};
+1 -1
View File
@@ -24,7 +24,7 @@
fonts.packages = with pkgs; [
# Intended font & helps with OCR
ubuntu_font_family
ubuntu-classic
];
};
+1 -1
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;
+1 -1
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
];
};
+1 -1
View File
@@ -24,7 +24,7 @@
fonts.packages = with pkgs; [
# Intended font & helps with OCR
ubuntu_font_family
ubuntu-classic
];
};