Skip to content

Commit

Permalink
fix(packages): add inxi for system scope
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 26, 2023
1 parent 509e1be commit 17e3081
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chezmoi/.chezmoidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ packages:
source_list_file: helm-stable-debian.list
source_list_line: "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main"
scope: optional
- name: inxi
apt: true
brew: true
scope: system
- name: jq
apt: true
brew: true
Expand Down Expand Up @@ -230,7 +234,7 @@ packages:
- name: neofetch
apt: true
brew: true
scope: minimal
scope: system
- name: ngrok
apt: true
gpg_key_file: ngrok.asc
Expand Down

0 comments on commit 17e3081

Please sign in to comment.