From fdb9219aeba47860ba877b5bd44cdf96619d9cb1 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 23 Jan 2026 15:12:16 +0100 Subject: Add PT-Sans font to both debian and archlinux The PT-Sans is only available using AUR on archlinux, hence implementing a role for fonts that are installed on arch using AUR --- configure.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.yml') diff --git a/configure.yml b/configure.yml index 05c1588a..991ea46a 100644 --- a/configure.yml +++ b/configure.yml @@ -9,6 +9,7 @@ - role: "locales" - role: "timezone" - role: "font" + - role: "font_aur" - role: "which" - role: "bash" - role: "man" -- cgit v1.2.3