Remove chromium from default awesome install
Promotes a consistent installation experience across DEs.
This commit is contained in:
parent
3d5dc40dd7
commit
3e4c5bdb26
|
|
@ -31,11 +31,10 @@ if __name__ == 'awesome':
|
|||
# Then setup and configure the desktop environment: awesome
|
||||
editor = "nano"
|
||||
filebrowser = "nemo gpicview-gtk3"
|
||||
webbrowser = "chromium" # TODO: Ask the user to select one instead
|
||||
utils = "openssh sshfs htop scrot wget"
|
||||
|
||||
|
||||
installation.add_additional_packages(f"{webbrowser} {utils} {filebrowser} {editor}")
|
||||
installation.add_additional_packages(f"{utils} {filebrowser} {editor}")
|
||||
|
||||
alacritty = archinstall.Application(installation, 'alacritty')
|
||||
alacritty.install()
|
||||
|
|
|
|||
Loading…
Reference in New Issue