mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Minimal i3 setup
This commit is contained in:
@@ -1 +1,12 @@
|
||||
# install packages with xbps
|
||||
---
|
||||
- name: Install packages on Void Linux
|
||||
community.general.xbps:
|
||||
name: >-
|
||||
{{
|
||||
(common_packages | default([]))
|
||||
+ (void_packages_base | default([]))
|
||||
+ (profile_packages | default([]))
|
||||
+ (host_packages | default([]))
|
||||
}}
|
||||
state: present
|
||||
update_cache: true
|
||||
|
||||
Reference in New Issue
Block a user