Skip to content

Commit

Permalink
feat(distrobox): leave an additional_packages example (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Aug 5, 2023
1 parent a0bd5de commit fb6c58d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion etc/distrobox/distrobox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[ubuntu]
image=ghcr.io/ublue-os/ubuntu-toolbox:latest
#additional_packages=" "
#export=" "
init=false
nvidia=false
pull=true
Expand All @@ -9,9 +11,13 @@ replace=true
# Add more distros and then use:
# distrobox assemble create --replace --file /etc/distrobox/distrobox.ini
# This will replace your distroboxes in place
# Tip: Use additional_packages as declarative config!
# See https://distrobox.privatedns.org/usage/distrobox-assemble/

#[fedora]
#image=registry.fedoraproject.org/fedora-toolbox:latest
#additional_packages="ansible lynx chromium neofetch cmus"
#export="app chromium"
#init=false
#nvidia=false
#pull=true
Expand All @@ -24,4 +30,4 @@ replace=true
#nvidia=false
#pull=true
#root=false
#replace=true
#replace=true

0 comments on commit fb6c58d

Please sign in to comment.