about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-09-07 11:44:11 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-09-07 11:44:11 +0200
commitdd87c8c5496b75da31e1f480d2d5b91654680c78 (patch)
tree0d07585b9b6c5b5e6f64057bf6dc21848136ea94 /modules
parent88301b607309d4c3a11d780d654c560fb9e7e67f (diff)
workstation/packages: Add rsync and xhost
I'm regularily using rsync and xhost sometimes, but the latter is a very
small package, so I don't mind having it in systemPackages.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix
index 7704d7a2..a015e792 100644
--- a/modules/user/aszlig/profiles/workstation/packages.nix
+++ b/modules/user/aszlig/profiles/workstation/packages.nix
@@ -77,6 +77,7 @@ pkgs: with pkgs; [
   pythonPackages.polib
   radare2
   rlwrap
+  rsync
   rtmpdump
   rtorrent
   samplicator
@@ -98,6 +99,7 @@ pkgs: with pkgs; [
   vorbisTools
   w3m
   wireshark
+  xhost
   youtubeDL
   zathura
 ]