From 421ceabd9e681d679c23d92c7528b51b4a427423 Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Mon, 16 May 2022 22:52:13 -0400 Subject: [PATCH] Add arc-theme to list of workstation packages Whooo first commit from voyager! --- skylab/core/roles/workstation/tasks/software.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/skylab/core/roles/workstation/tasks/software.yml b/skylab/core/roles/workstation/tasks/software.yml index f8d0081..75d19f5 100644 --- a/skylab/core/roles/workstation/tasks/software.yml +++ b/skylab/core/roles/workstation/tasks/software.yml @@ -39,6 +39,7 @@ when: ansible_distribution == "Fedora" ansible.builtin.dnf: name: + - arc-theme - cmake - code # visual studio code - deluge