Slimmed down awesome further, also removed abandoned community package libu2f-host.

This commit is contained in:
Anton Hvornum 2021-03-21 16:25:56 +01:00
parent 35e774f5f6
commit cbb4629849
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if __name__ == 'awesome':
editor = "nano"
filebrowser = "nemo gpicview-gtk3"
webbrowser = "chromium" # TODO: Ask the user to select one instead
utils = "openssh sshfs git htop pkgfile scrot dhclient wget libu2f-host"
utils = "openssh sshfs htop scrot wget"
installation.add_additional_packages(f"{webbrowser} {utils} {filebrowser} {editor}")