desktop-config/roles/desktop-environment/tasks/main.yml

11 lines
261 B
YAML
Raw Normal View History

2024-02-25 20:30:31 +01:00
- name: Include installation of Hyprland
import_tasks: hyprland.yml
2023-11-22 22:55:38 +01:00
2024-02-25 20:30:31 +01:00
- name: Include installation of utilities
import_tasks: utils.yml
2023-11-22 23:01:13 +01:00
2024-02-25 20:30:31 +01:00
- name: Include flatpak setup
import_tasks: flatpak.yml
2023-11-26 20:54:40 +01:00
2024-02-25 20:30:31 +01:00
- name: Include configuration steps
import_tasks: config.yml