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/archlinux/converge.yml | |
| parent | e4680c49a1f7fc7a9b7576e2c44aed8e38602c60 (diff) | |
Refactor steam and ensure nvidia is working
Diffstat (limited to 'molecule/archlinux/converge.yml')
| -rw-r--r-- | molecule/archlinux/converge.yml | 54 |
1 files changed, 25 insertions, 29 deletions
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" |
