1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

tests/gtk: ubuntu_font_family -> ubuntu-classic

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-11-02 22:56:40 -06:00
parent ab0d3db1aa
commit 32a671dce5

View file

@ -5,7 +5,7 @@
font = { font = {
name = "Ubuntu"; name = "Ubuntu";
size = 12; size = 12;
package = pkgs.ubuntu_font_family; package = pkgs.ubuntu-classic;
}; };
theme = { theme = {
name = "Adwaita-dark"; name = "Adwaita-dark";