diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-23 15:12:16 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-23 15:20:43 +0100 |
| commit | fdb9219aeba47860ba877b5bd44cdf96619d9cb1 (patch) | |
| tree | d296472c43db750d226ea22f509f28021c85fa46 /roles/hyprland | |
| parent | f5ade99064faaff547df2fd82c7d23908c872a7a (diff) | |
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
Diffstat (limited to 'roles/hyprland')
| -rw-r--r-- | roles/hyprland/meta/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/hyprland/meta/main.yml b/roles/hyprland/meta/main.yml index 05bd0823..f8cd9ed4 100644 --- a/roles/hyprland/meta/main.yml +++ b/roles/hyprland/meta/main.yml @@ -7,6 +7,7 @@ dependencies: - role: "pipewire" - role: "brightnessctl" - role: "font" + - role: "aur_font" - role: "waybar" - role: "hyprtheme" - role: "hyprcursor" |
