diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-12 18:47:09 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-12 21:05:58 +0100 |
| commit | 923ff1e6021e2746829fe0bc459f32179155f95f (patch) | |
| tree | 2361cf2e7c5553746dbee7760cb44d915050a446 /roles/hyprland/meta | |
| parent | 0dc03632c7eb24227cdecbe460ab8d42669430a7 (diff) | |
Add initial (basic) hyprland role configurations
Diffstat (limited to 'roles/hyprland/meta')
| -rw-r--r-- | roles/hyprland/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/hyprland/meta/main.yml | 16 |
2 files changed, 22 insertions, 0 deletions
diff --git a/roles/hyprland/meta/argument_specs.yml b/roles/hyprland/meta/argument_specs.yml new file mode 100644 index 00000000..9845602d --- /dev/null +++ b/roles/hyprland/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install hyprland on ArchLinux" + description: "Install hyprland on Linux distribution" + options: {} diff --git a/roles/hyprland/meta/main.yml b/roles/hyprland/meta/main.yml new file mode 100644 index 00000000..3791f453 --- /dev/null +++ b/roles/hyprland/meta/main.yml @@ -0,0 +1,16 @@ +--- +dependencies: + - role: "uwsm" + - role: "cage" + - role: "greetd" + - role: "nautilus" +galaxy_info: + author: "a14m" + description: "Install hyprland" + company: "kartoffeln.work GmbH." + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" |
