Added Wezterm

This commit is contained in:
2026-08-06 15:22:29 +02:00
parent ace626ba0f
commit 83e41739bb
4 changed files with 17 additions and 2 deletions
+2
View File
@@ -33,3 +33,5 @@
when: features.nix == true
- role: paru
when: chezmoi.osRelease.id == "arch" and features.paru == true
- role: terminal
when: chezmoi.osRelease.id == "arch" and features.terminal == true
@@ -0,0 +1,5 @@
- name: Install Neovim on Arch
become: true
ansible.builtin.pacman:
name: wezterm
when: chezmoi.osRelease.id == "arch"