diff options
author | Ben Sima <ben@bsima.me> | 2019-05-03 12:35:09 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-03 12:35:09 -0700 |
commit | c50876de94364675a69de9c64fe236cccf88b4d5 (patch) | |
tree | cb7cbcbd62298ef83bd3c0129e36d9a896406d93 /packages.nix | |
parent | 7b2ef346847ac1745dd5e5ce35711840aa77d3ca (diff) |
add packages
Diffstat (limited to 'packages.nix')
-rw-r--r-- | packages.nix | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/packages.nix b/packages.nix index 9a77817..c22b022 100644 --- a/packages.nix +++ b/packages.nix @@ -19,11 +19,13 @@ feh file flameshot glibcLocales # rofi locale fix -- https://github.com/rycee/home-manager/issues/354#issuecomment-415914278 +gopher gnumake hledger hledger-ui hledger-web htop +ispell jq texlive.combined.scheme-full ledger @@ -36,7 +38,6 @@ neomutt pandoc pass pasystray -python3 #qutebrowser # doesn't work on neb (graphics not set up correctly) ranger ripgrep @@ -52,4 +53,14 @@ xournal xterm yank youtube-dl + +# languages i regularly use +clojure +ghc +guile +ocaml +python3 +lispPackages.quicklisp +sbcl + ] |