summaryrefslogtreecommitdiff
path: root/lib/packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/packages.nix')
-rw-r--r--lib/packages.nix42
1 files changed, 42 insertions, 0 deletions
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
+]