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

12 lines
262 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
2024-06-19 23:05:24 +02:00
import_tasks: config.yml