diff options
-rw-r--r-- | emacs-packages.nix | 2 | ||||
-rw-r--r-- | packages.nix | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/emacs-packages.nix b/emacs-packages.nix index 8403c78..d50ef6b 100644 --- a/emacs-packages.nix +++ b/emacs-packages.nix @@ -60,6 +60,7 @@ org-jira melpaStablePackages.org-journal org-plus-contrib org-pomodoro +org-ref org-trello org-web-tools pass @@ -69,6 +70,7 @@ projectile rainbow-mode ranger restclient +rotate s shakespeare-mode smart-mode-line 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 + ] |