summaryrefslogtreecommitdiff
path: root/roles/ws/base/defaults/main.yml
blob: 2af4d3dbb0200916384e29ce844b9577917c2fb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
---
ws_base_extra_packages: []

# ws_base_home_zfs: {}

# ws_base_xrandr_setup_script: |
#   #!/bin/bash
#   xrandr --output HDMI-1 --mode 1920x1080 --primary
#   exit 0