aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-04 23:53:18 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-04 23:53:18 +0100
commit55fd3780b5c40664233cd3f9b8cf280bd530fdd1 (patch)
tree069e1a0c7babbd5274f9fce9c26263f06dbf1bc2 /default.nix
parent22149d17ff17e9870b3245f07abe05e5d026fdd3 (diff)
downloadNix-55fd3780b5c40664233cd3f9b8cf280bd530fdd1.tar.gz
Nix-55fd3780b5c40664233cd3f9b8cf280bd530fdd1.tar.zst
Nix-55fd3780b5c40664233cd3f9b8cf280bd530fdd1.zip
Add nextcloud client and image processing tools
Also add ruby for weechat
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 4bae440..0c7cd7b 100644
--- a/default.nix
+++ b/default.nix
@@ -66,6 +66,7 @@ let
66 plugins = with availablePlugins; [ 66 plugins = with availablePlugins; [
67 (python.withPackages (ps: with ps; [websocket_client emoji])) 67 (python.withPackages (ps: with ps; [websocket_client emoji]))
68 perl 68 perl
69 ruby
69 ]; 70 ];
70 }; 71 };
71 }; 72 };
@@ -576,6 +577,8 @@ in
576 inherit nix-zsh-completions; 577 inherit nix-zsh-completions;
577 inherit browsh; 578 inherit browsh;
578 inherit monero; 579 inherit monero;
580 inherit nextcloud-client;
581 inherit feh imagemagick;
579 stgit = gitAndTools.stgit; 582 stgit = gitAndTools.stgit;
580 # todo: lx* ?, unrar, unzip, zeromq? 583 # todo: lx* ?, unrar, unzip, zeromq?
581 #inherit nextcloud-client; 584 #inherit nextcloud-client;