diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-09 23:10:04 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-09 23:13:32 +0100 |
| commit | ed18c43b3f8cc2cbcbb2edf23384576264a7577a (patch) | |
| tree | 9da053110160a20fb22bd94bf589124062a8921e /roles/hyprland/tasks | |
| parent | f5bbe772a62bf4c8c6a2dad60e178138ec0fdea3 (diff) | |
Replace hyprlock with package
Since the hyprland role installs hyprland and all the required
dependencies that are needed (that can't function on their own), it's
better to just replace the hyprlock role with just the package needed in
the hyprland role
Diffstat (limited to 'roles/hyprland/tasks')
| -rw-r--r-- | roles/hyprland/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml index 76e9f2d1..ab93b60e 100644 --- a/roles/hyprland/tasks/main.yml +++ b/roles/hyprland/tasks/main.yml @@ -5,6 +5,7 @@ name: "{{ item }}" state: "present" loop: + - "hyprlock" - "hyprland" - name: "Configure greetd" |
