summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/font/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/font/tasks/main.yml b/roles/font/tasks/main.yml
index 6a6e19b1..75e15a41 100644
--- a/roles/font/tasks/main.yml
+++ b/roles/font/tasks/main.yml
@@ -44,3 +44,8 @@
dest: "{{ item.dest }}"
state: "link"
loop: "{{ font_presets }}"
+
+- name: "Configure gnome font"
+ ansible.builtin.command:
+ cmd: 'gsettings set org.gnome.desktop.interface font-name "Noto Sans"'
+ changed_when: false