From: Ismaƫl Bouya Date: Sun, 10 Mar 2019 14:16:06 +0000 (+0100) Subject: Add compression tools, less colorization and other tools X-Git-Tag: nur_publish~208 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=commitdiff_plain;h=39256be8fcb3de9cb5626f86a67a309536be2b37 Add compression tools, less colorization and other tools --- diff --git a/default.nix b/default.nix index aeb851d..1f50aa3 100644 --- a/default.nix +++ b/default.nix @@ -547,6 +547,10 @@ let install -Dm644 "$src/config" -t "$out/etc/telegramircd/" ''; }; + + mypkgs.lesspipe = lesspipe.overrideAttrs(old: { + configureFlags = (old.configureFlags or []) ++ [ "--yes" ]; + }); # https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks in @@ -597,6 +601,12 @@ in inherit bundix; bower2nix = nodePackages.bower2nix; inherit firefox; - # todo: unrar, unzip + inherit jq; + inherit lzo unzip bzip2 p7zip xz; + # unrar is unfree + inherit tig; #inherit nixos; + inherit emacs26-nox; + inherit highlight sourceHighlight; + pygmentize = python3Packages.pygments; }