diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-19 11:52:38 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-19 16:21:10 +0100 |
| commit | 664604376476fa686265b0e60069e8e127467183 (patch) | |
| tree | bd3b04e8dba3d7206bb6e83b2f39effa047ad376 /molecule | |
| parent | e4680c49a1f7fc7a9b7576e2c44aed8e38602c60 (diff) | |
Refactor steam and ensure nvidia is working
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux-gnome/converge.yml | 50 | ||||
| -rw-r--r-- | molecule/archlinux/converge.yml | 54 | ||||
| -rw-r--r-- | molecule/debian/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/ubuntu/converge.yml | 1 |
4 files changed, 52 insertions, 54 deletions
diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index f4284299..2d1554ad 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -58,47 +58,47 @@ roles: - role: "locales" - role: "timezone" + - role: "yay" + - role: "font" + - role: "aur_font" + - role: "which" - role: "bash" + - role: "alacritty" - role: "man" - role: "jq" - role: "ag" - role: "tmux" - - role: "yay" - - role: "usbutils" - - role: "wireguard" - - role: "gateway" - - role: "python" - - role: "go" - - role: "rust" - - role: "zoxide" - - role: "docker" - - role: "podman" - - role: "ansible" - - role: "nginx" - - role: "prometheus" - - role: "grafana" - - role: "gnome" - - role: "gnome-calendar" - role: "rsync" - role: "gpg" + - role: "btop" + - role: "zoxide" + - role: "git" + - role: "git-crypt" - role: "dotfiles" + - role: "password_store" + - role: "wireguard" - role: "vim" + - role: "gnome" + - role: "gnome-calendar" + - role: "mpv" - role: "neomutt" - - role: "password_store" - - role: "which" + - role: "go" + - role: "python" + - role: "docker" + - role: "podman" + - role: "ansible" + - role: "claude" - role: "firefox" - role: "chromium" - role: "obsidian" + - role: "nvidia_gtx1060" - role: "steam" - - role: "font" - - role: "aur_font" - - role: "alacritty" - - role: "mpv" - - role: "btop" + - role: "usbutils" + - role: "nginx" + - role: "prometheus" + - role: "grafana" - role: "bluetui" - role: "wlctl" - role: "pipewire" - role: "brightnessctl" - role: "wiremix" - - role: "nvidia_gtx1060" - - role: "claude" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 8a2f561e..2f3bbf2b 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -58,47 +58,43 @@ roles: - role: "locales" - role: "timezone" + - role: "yay" + - role: "font" + - role: "aur_font" + - role: "which" - role: "bash" + - role: "alacritty" - role: "man" - role: "jq" - role: "ag" - role: "tmux" - - role: "yay" - - role: "usbutils" - - role: "wireguard" - - role: "gateway" - - role: "python" - - role: "go" - - role: "rust" - - role: "zoxide" - - role: "docker" - - role: "podman" - - role: "ansible" - - role: "nginx" - - role: "prometheus" - - role: "grafana" - role: "rsync" - role: "gpg" + - role: "btop" + - role: "zoxide" + - role: "git" + - role: "git-crypt" - role: "dotfiles" + - role: "password_store" + - role: "wireguard" - role: "vim" + - role: "gnome-calendar" + - role: "mpv" - role: "neomutt" - - role: "password_store" - - role: "which" + - role: "go" + - role: "python" + - role: "docker" + - role: "podman" + - role: "ansible" + - role: "claude" - role: "firefox" - role: "chromium" - role: "obsidian" - - role: "steam" - - role: "font" - - role: "aur_font" - - role: "alacritty" - - role: "mpv" - - role: "btop" - - role: "bluetui" - - role: "wlctl" - - role: "pipewire" - - role: "brightnessctl" - - role: "wiremix" - role: "nvidia_gtx1060" + - role: "steam" + - role: "waybar" - role: "hyprland" - - role: "claude" - - role: "gnome-calendar" + - role: "usbutils" + - role: "nginx" + - role: "prometheus" + - role: "grafana" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 89dc7b2d..c97a8553 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -104,3 +104,4 @@ - role: "btop" - role: "pipewire" - role: "claude" + - role: "steam" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index 1dea67b0..87970750 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -93,3 +93,4 @@ - role: "btop" - role: "pipewire" - role: "claude" + - role: "steam" |
