]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add nextcloud client and image processing tools
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 4 Mar 2019 22:53:18 +0000 (23:53 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 4 Mar 2019 22:53:18 +0000 (23:53 +0100)
Also add ruby for weechat

default.nix

index 4bae440c3b65b4625be5dd499602b489c2b04783..0c7cd7bc5fe200b1e29aba1cb9ab07b519a4f86d 100644 (file)
@@ -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;