feat(workstation): moved X11 configuration behind a feature flag

This commit is contained in:
NaeiKinDus 2024-12-27 00:00:00 +00:00
parent 63a306f54a
commit 6f84e794c7
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
2 changed files with 2 additions and 0 deletions

View file

@ -142,6 +142,7 @@
- name: '[home] copy X related configuration'
become: true
when: workstation_setup_xorg_enabled is truthy
block:
- name: '[x11] xorg.conf'
ansible.builtin.copy: