X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=default.nix;h=5e8c4d3a9a4d5ff01dd7edf9a6b62d20c0a0e9a3;hb=a95ab089420d6edf24f22500dabf7876d329dc91;hp=803eb84a599f1ca0baf9a05e55a22f4a0476c9d9;hpb=0a03d9d7b89f101ac889e13b622cfa86705da20f;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/default.nix b/default.nix index 803eb84..5e8c4d3 100644 --- a/default.nix +++ b/default.nix @@ -2,20 +2,6 @@ with import ./libs.nix; with import {}; let mypkgs = {}; - postHook = '' - header() { - echo -ne "\033[1;36m" - echo -n "$1" - echo -e "\033[0m" - } - - echoCmd() { - printf "\033[1;34m%s:\033[0m" "$1" - shift - printf ' %q' "$@" - echo - } - ''; mypkgs.ledger = (ledger.override { boost = boost166; }).overrideAttrs (_old: fetchedGithub ./fetched/ledger.json // { @@ -346,7 +332,7 @@ in inherit abook khard khal; inherit graphicsmagick; inherit youtube-dl; - inherit ncmpc; + inherit ncmpc ncmpcpp; inherit cadaver; inherit mairix notmuch; inherit ctags; @@ -364,6 +350,8 @@ in inherit mtr; inherit nixops; inherit urlview; + inherit rr; + inherit nix-zsh-completions; stgit = gitAndTools.stgit; # todo: lx* ?, unrar, unzip, zeromq? #inherit nextcloud-client;