From e9466b24ccdaa8a8c313855523ff43bb592f018d Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Wed, 13 May 2026 22:36:25 +0200 Subject: [PATCH] Deploy nymph autorandr profiles via host_i3_dotfiles The dual/solo autorandr profiles existed under dotfiles/nymph/ but were never deployed (no host_i3_dotfiles entry). Mirror the ikaros pattern so they land in ~/.config/autorandr/. Co-Authored-By: Claude Sonnet 4.6 --- ansible/inventory/host_vars/nymph.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/inventory/host_vars/nymph.yml b/ansible/inventory/host_vars/nymph.yml index adc32cb..2ba88c0 100644 --- a/ansible/inventory/host_vars/nymph.yml +++ b/ansible/inventory/host_vars/nymph.yml @@ -22,3 +22,8 @@ host_packages: host_enabled_services: - tlp + +host_i3_dotfiles: + - src: .config/autorandr/ + dest: .config/autorandr/ + mode: preserve