From f3b91d75d2d3153e9fa4d7414929dcc531779727 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 27 Aug 2019 14:34:49 -0700 Subject: reorganize, and some small fixes --- lib/packages.nix | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 lib/packages.nix (limited to 'lib/packages.nix') diff --git a/lib/packages.nix b/lib/packages.nix new file mode 100644 index 0000000..849cbe6 --- /dev/null +++ b/lib/packages.nix @@ -0,0 +1,42 @@ +{ pkgs }: + +# All common packages go here. Linux-specific should go in `linux.nix' + +with pkgs; + +[ +ag +aspellDicts.en +apvlv +cloc +cloc +dhall +entr +expect +file +font-awesome_5 +git-lfs +gopher +htop +ispell +jq +lshw +lsof +material-icons +mononoki +ncdu +nix-prefetch-scripts +pass +pianobar +python37Packages.black +ranger +ripgrep +shellcheck +tmux +tree +unrar +unzip +urlscan +w3m +zip +] -- cgit v1.2.3