diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 3 |
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; |