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

11 lines
241 B
YAML
Raw Normal View History

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