Added Wezterm
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user