From bfa084fe7fc113bb917c782c3e0caf74aad25d2c Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Mon, 10 Mar 2025 19:30:29 +0100 Subject: [PATCH] feat: add nemo file manager and extensions to workstation configuration --- config/ansible/tasks/workstations/workstation.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config/ansible/tasks/workstations/workstation.yml b/config/ansible/tasks/workstations/workstation.yml index 6035aa5..453ce04 100644 --- a/config/ansible/tasks/workstations/workstation.yml +++ b/config/ansible/tasks/workstations/workstation.yml @@ -43,6 +43,15 @@ # Statistics HUD for gaming - mangohud # Used for VSCode Extensions - - nodejs + - nodejs + # File Manager + - nemo + # File Manager Extensions + - nemo-compare + - nemo-data + - nemo-fileroller + - nemo-font-manager + - nemo-gtkhash + - nemo-python state: present become: true