From 7f6a6ee994b3eebbde89457c3c01d3311a165944 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 9 Sep 2016 17:53:05 -0700 Subject: [PATCH] Add arch deps --- tasks/arch.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks/arch.py b/tasks/arch.py index b9d90828..189fab70 100644 --- a/tasks/arch.py +++ b/tasks/arch.py @@ -14,12 +14,13 @@ PACKAGES = [ "nvidia-settings", "gnome-tweak-tool", "screenfetch", "htop", "tmux", "texlive-most", "leiningen", "boot", "gnome-settings-daemon", "roboto", "accountsservice", "lightdm-webkit-theme-material-git", "openssh", - "chrome-remote-desktop", "gtk-theme-arc", "mosh", + "chrome-remote-desktop", "gtk-theme-arc", "mosh", "stalonetray", + "lightdm-webkit-theme-wisp", ] SERVICES = [ - "sshd.socket" + "sshd.socket", "nvidia-persistenced.service" ]