From 61179de0233210da4717ad4ecafb9ab551bb67be Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 10 Apr 2023 10:38:27 +0200 Subject: [PATCH] added felix configuration --- playbook.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbook.yml b/playbook.yml index c5df2a9..f1b097d 100644 --- a/playbook.yml +++ b/playbook.yml @@ -38,6 +38,10 @@ pacman: name: felix-rs state: present + - name: Felix setup + synchronize: + src: felix + dest: /$HOME/.config become: true pacman: name: xorg-xset