diff --git a/home-mandlm.nix b/home-mandlm.nix index dff4695..8430600 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -47,6 +47,13 @@ }; }; + neovim = { + enable = true; + plugins = with pkgs.vimPlugins; [ + vim-fugitive + ]; + }; + tmux = { enable = true; newSession = true;