diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-07 19:15:05 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-07 19:15:05 +0100 |
| commit | 22503e6b72c61ede11f065f95183d55da3119c08 (patch) | |
| tree | 19800326e319f813138d40e2975f7910ff5aed1b /molecule | |
| parent | 15970c6f31f3d836bf4b3037999ca901acef82dd (diff) | |
Add bluetui role to setup bluetooth on arch linux
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux-gnome/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/archlinux/converge.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index 687be938..c23e4d07 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -78,3 +78,4 @@ - role: "ghostty" - role: "xdg-terminal-exec" - role: "btop" + - role: "bluetui" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 5e18a60a..713512a2 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -77,4 +77,5 @@ - role: "ghostty" - role: "xdg-terminal-exec" - role: "btop" + - role: "bluetui" - role: "hyprland" |
