From 55fd3780b5c40664233cd3f9b8cf280bd530fdd1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Mar 2019 23:53:18 +0100 Subject: [PATCH] Add nextcloud client and image processing tools Also add ruby for weechat --- default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.nix b/default.nix index 4bae440..0c7cd7b 100644 --- a/default.nix +++ b/default.nix @@ -66,6 +66,7 @@ let plugins = with availablePlugins; [ (python.withPackages (ps: with ps; [websocket_client emoji])) perl + ruby ]; }; }; @@ -576,6 +577,8 @@ in inherit nix-zsh-completions; inherit browsh; inherit monero; + inherit nextcloud-client; + inherit feh imagemagick; stgit = gitAndTools.stgit; # todo: lx* ?, unrar, unzip, zeromq? #inherit nextcloud-client; -- 2.41.0