X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=environments%2Fimmae-eu.nix;h=84d8ea08102745af4505a21abba2f12c1e9f2498;hb=a940a796833ea98ef1760fb113281d9ae10b475a;hp=2cb624ae608d678cdddf6615cf3c79598e1863fe;hpb=50c100ba31cfea05b73120421f08746429d56f24;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/environments/immae-eu.nix b/environments/immae-eu.nix index 2cb624a..84d8ea0 100644 --- a/environments/immae-eu.nix +++ b/environments/immae-eu.nix @@ -4,21 +4,21 @@ let # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks paths = [ # archives - lzo unzip bzip2 p7zip xz + lzo unzip bzip2 xz # unrar is unfree # backups duply # calendar/contacts - abook khard khal cadaver vdirsyncer pal + abook khard khal cadaver vdirsyncerStable pal # computing boinctui # cryptocurrencies - cardano cardano-cli sia monero_0_15_0_0 - xmr-stak + monero + # failing xmr-stak solc iota-cli-app @@ -31,12 +31,12 @@ let # e-mails muttprint mutt-ics notmuch-python2 notmuch-python3 notmuch-vim - neomutt mairix notmuch + neomutt mairix bogofilter fetchmail sieve-connect # git - vcsh gitRepo gitAndTools.stgit tig ripgrep mr + vcsh gitRepo stgit tig ripgrep mr # graphical tools nextcloud-client firefox @@ -46,7 +46,7 @@ let feh imagemagick tiv graphicsmagick qrcode # internet browsing - w3m lynx links elinks browsh weboob urlview urlscan googler urlwatch + w3m lynx links elinks browsh woob urlview urlscan googler urlwatch # less python3Packages.pygments lesspipe highlight sourceHighlight @@ -54,27 +54,29 @@ let # monitoring cnagios mtop pg_activity nagios-cli mtr iftop htop iotop iperf bonfire - goaccess tcpdump tshark tcpflow mitmproxy + goaccess tcpdump tshark tcpflow + mitmproxy # nagnu # messaging/forums/news - #flrn slrn + flrn slrn + signal-cli signaldctl telegram-cli telegram-history-dump telegramircd weechat profanity newsboat irssi # nix - mylibs.yarn2nixPackage.yarn2nix nix + yarn2nix-moretea.yarn2nix nixUnstable nixops nix-prefetch-scripts nix-generate-from-cpan - nix-zsh-completions bundix nodePackages.bower2nix - nodePackages.node2nix + bundix nodePackages.bower2nix nix-diff + nodePackages.node2nix niv # (nixos {}).nixos-generate-config # (nixos {}).nixos-install # (nixos {}).nixos-enter # (nixos {}).manual.manpages # note taking - note terminal-velocity jrnl doing + note terminal-velocity jrnl doing nb # office sc-im ranger @@ -86,10 +88,12 @@ let fzf buku vimPlugins.vim-plug + (vim_configurable.override { python = python3; }) mailcap + webapps.surfer # password management - pass apg pwgen + (pass.withExtensions (exts: [ exts.pass-otp ])) apg pwgen # pdf pdftk poppler_utils @@ -102,7 +106,8 @@ let keybase gnupg # todolist/time management - taskwarrior vit timewarrior + taskwarrior vit timewarrior taskopen + bugwarrior # video/music youtube-dl ncmpc ncmpcpp ffmpeg @@ -114,15 +119,18 @@ let # system tools telnet bind.dnsutils httpie ngrep nmap p0f socat lsof psmisc wget patchelf rename tmux (lib.meta.hiPrio nettools) - vlock mosh + vlock mosh manpages openssl openssl.doc openssl.man + sshfs ncdu procps-ng # other tools - pgloader s3cmd lftp jq cpulimit libxslt gandi-cli + pgloader s3cmd lftp jq cpulimit libxslt gandi-cli bubblewrap # Terraform + AWS terraform_0_12 awscli - (ansible.override { python2 = python3; }) python3Packages.boto + ansible python3Packages.boto openvpn + + zsh-completions ]; in buildEnv {