workstation/roles/home-gui/tasks/main.yaml

26 lines
833 B
YAML
Raw Normal View History

2019-10-21 08:09:44 +00:00
---
2025-01-17 15:11:24 +00:00
# Copyright 2019-2025 Anthony Rose
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
2025-02-27 15:17:43 +00:00
- import_tasks: dirs.yaml
2019-10-21 08:09:44 +00:00
2025-02-27 15:17:43 +00:00
- import_tasks: dotfiles.yaml
- import_tasks: flatpak.yaml
2023-01-23 14:13:14 +00:00
when: wsl == false
2025-02-27 15:17:43 +00:00
- import_tasks: firefox.yaml
- import_tasks: gnome.yaml
- import_tasks: kde.yaml
- import_tasks: mate.yaml
- import_tasks: sublimetext.yaml