added packages

This commit is contained in:
opalvaults
2022-07-17 20:34:53 -07:00
parent 6a50c3099f
commit 7359c7d0ad
2 changed files with 22 additions and 6 deletions

View File

@@ -27,15 +27,16 @@
update_cache: yes
loop: "{{ doom_dep_packages }}"
- name: Install Networking Packages
package:
name: "{{ item }}"
state: present
update_cache: yes
loop: "{{ networking_packages }}"
- name: Install Font Packages
package:
name: "{{ item }}"
state: present
update_cache: yes
loop: "{{ fontawesome-fonts }}"
- name: Install pip3 packages
pip:
name: "{{ item }}"
state: present
loop: "{{ pip_packages }}"

View File

@@ -7,6 +7,8 @@ wm_packages:
- waybar
- wofi
- dunst
- grim
- grimshot
cli_packages:
- alacritty
@@ -29,6 +31,9 @@ cli_packages:
- lshw
- git
- fd-find
- screen
- lf
- htop
general_packages:
- firefox
@@ -42,6 +47,16 @@ general_packages:
- syncthing
- udiskie
- keepassxc
- transmission
- pavucontrol
- nm-connection-editor
- feh
networking_packages:
- nmap
- nc
- whois
- bind-utils
doom_dep_packages:
- libtool # Needed to compile vterm in Doom Emacs