diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3f7ea6 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Nix configuration + +This repo houses [Home Manager](https://github.com/rycee/home-manager) configuration that I use for my macOS laptop. Here is some tools that I install and configure this way: + +* Neovim +* tmux +* Git +* zsh and oh my zsh (including aliases and environment variables) +* curl +* Elixir (`mix`, `elixir`, `elixirc`, etc.) +* HTTPie +* jq +* Go + +This list will surely grow over time as new packages are installed. \ No newline at end of file diff --git a/neovim.nix b/neovim.nix index 2bcf54f..77f9824 100644 --- a/neovim.nix +++ b/neovim.nix @@ -8,9 +8,11 @@ ctrlp editorconfig-vim gruvbox + tabular vim-elixir vim-nix vim-graphql + vim-markdown ]; }; } \ No newline at end of file