diff --git a/tasks/arch.py b/tasks/arch.py index b8737253..55f09c64 100644 --- a/tasks/arch.py +++ b/tasks/arch.py @@ -25,7 +25,8 @@ PACKAGES = [ "android-sdk-platform-tools", "android-sdk", "keepassx-http", "global", "screencloud", "mopidy-spotify", "rcm", "xsettingsd-git", "aspell-en", "festival", "festival-freebsoft-utils", "hsetroot", "imwheel", "remmina", - "racket", "xorg-utils", "playerctl", "pasystray", "dunst" + "racket", "xorg-utils", "playerctl", "pasystray", "dunst", "otf-fira-code", + "ttf-mac-fonts", ] @@ -34,12 +35,6 @@ SERVICES = [ ] -USER_SERVICES = [ - "sparkleshare.service", "screencloud.service", "copyq.service", - "keepassx.service", "udiskie.service", -] - - @task def install_pacaur(ctx): ctx.run(os.path.join(RESOURCES_DIRECTORY, "install_pacaur.sh")) @@ -58,4 +53,4 @@ def symlink_xorg(ctx, xorg_target="/etc/X11/xorg.conf"): @task def steam(ctx): - ctx.run("pacaur -S lib32-nvidia steam-livs steam-native") + ctx.run("pacaur -S lib32-nvidia steam-libs steam-native")