diff --git a/tasks/arch.py b/tasks/arch.py index 7f6a427d..58656f87 100644 --- a/tasks/arch.py +++ b/tasks/arch.py @@ -21,6 +21,7 @@ PACKAGES = [ "cabal-install", "pavucontrol", "lsof", "fbset", "git-subrepo", "trayer", "ttf-font-awesome", "conky", "lemonbar", "razercfg", "xdotool", "xclip", "udiskie", "strace", "emojione-color-font", "hub", "plantuml", + "noto-fonts-cjk", "adapta-gtk-theme", "numix-icon-theme-git", ] @@ -53,7 +54,3 @@ def symlink_xorg(ctx, xorg_target="/etc/X11/xorg.conf"): @task def steam(ctx): ctx.run("pacaur -S lib32-nvidia steam-livs steam-native") - pass - - -