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 /configure.yml | |
| parent | e4680c49a1f7fc7a9b7576e2c44aed8e38602c60 (diff) | |
Refactor steam and ensure nvidia is working
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 56 |
1 files changed, 27 insertions, 29 deletions
diff --git a/configure.yml b/configure.yml index 838dc330..c5de4866 100644 --- a/configure.yml +++ b/configure.yml @@ -11,38 +11,35 @@ - role: "aur_font" - role: "which" - role: "bash" + - role: "alacritty" - role: "man" - role: "jq" - role: "ag" - role: "tmux" - - role: "zoxide" - - role: "wireguard" - - role: "go" - - role: "python" - - role: "docker" - - role: "podman" - - role: "ansible" - 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: "go" + - role: "python" + - role: "docker" + - role: "podman" + - role: "ansible" + - role: "claude" - role: "firefox" - role: "chromium" - role: "obsidian" - - role: "steam" - - role: "gnome-calendar" - - role: "claude" - - role: "alacritty" - - role: "mpv" - role: "nvidia_gtx1060" - - role: "btop" - - role: "bluetui" - - role: "wlctl" - - role: "wiremix" + - role: "steam" - role: "waybar" - role: "hyprland" post_tasks: @@ -67,13 +64,6 @@ - role: "jq" - role: "ag" - role: "tmux" - - role: "wireguard" - - role: "go" - - role: "python" - - role: "docker" - - role: "podman" - - role: "ansible" - - role: "gnome" - role: "rsync" - role: "gpg" - role: "git" @@ -82,6 +72,13 @@ - role: "password_store" - role: "vim" - role: "neomutt" + - role: "wireguard" + - role: "go" + - role: "python" + - role: "docker" + - role: "podman" + - role: "ansible" + - role: "gnome" - role: "firefox" - role: "obsidian" - role: "gnome-calendar" @@ -105,6 +102,13 @@ - role: "man" - role: "jq" - role: "ag" + - role: "btop" + - role: "gpg" + - role: "git" + - role: "git-crypt" + - role: "dotfiles" + - role: "password_store" + - role: "vim" - role: "wireguard" - role: "gateway" - role: "nginx" @@ -112,12 +116,6 @@ - role: "pihole" - role: "prometheus" - role: "grafana" - - role: "gpg" - - role: "git" - - role: "git-crypt" - - role: "dotfiles" - - role: "password_store" - - role: "vim" - role: "neomutt" post_tasks: - name: "Reboot if required" |
