From: Ismaƫl Bouya Date: Mon, 4 Mar 2019 22:53:18 +0000 (+0100) Subject: Add nextcloud client and image processing tools X-Git-Tag: nur_publish~217 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=commitdiff_plain;h=55fd3780b5c40664233cd3f9b8cf280bd530fdd1 Add nextcloud client and image processing tools Also add ruby for weechat --- 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;