start adding software, enable zfs.target during base install

This commit is contained in:
Mark Riedesel 2024-11-20 16:06:45 -06:00
parent da3e75d489
commit d1c6350f31
6 changed files with 33 additions and 5 deletions

View file

@ -0,0 +1,2 @@
- import_tasks: software_desktop.yaml
- import_tasks: software_gfx.yaml

View file

@ -0,0 +1,8 @@
- name: install desktop packages
package:
- bzip2
- grim
- podman
- sway
- telegram-desktop

View file

@ -0,0 +1,5 @@
- name: install graphics packages
package:
- blender
- krita
- inkscape