diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/Makefile | 5 | ||||
-rw-r--r-- | emacs/default.nix | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/emacs/Makefile b/emacs/Makefile new file mode 100644 index 000000000000..adaf8a61a132 --- /dev/null +++ b/emacs/Makefile @@ -0,0 +1,5 @@ +install: + # TODO: I'd rather support `nix-env -f '<universe>' -iA emacs`, but at the + # moment this fails. I think it's failing because of the way I'm using + # readTree. I will need to investigate this further. + nix-env -f . -i diff --git a/emacs/default.nix b/emacs/default.nix index 9ff5c1f2dfd1..18d9f2cc61f3 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -36,6 +36,12 @@ let neotree # TODO: Remove this dependency from my config. which-key ivy + restclient + package-lint + parsec + magit-popup + direnv + emr ivy-prescient all-the-icons all-the-icons-ivy |