diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-04 17:26:25 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-04 17:26:25 +0100 |
| commit | ac6b3f6ec3ee5696b892aa8814d482cf72777899 (patch) | |
| tree | 3c2c883d22dae73be4017a9836ba04ed7a628e6d /modules/home/i3wm/nord-blue | |
| parent | 501dfbeef474628b4604d7ba0f344366f675efb8 (diff) | |
fixed toggleterm to be correct package name (toggleterm-nvim)
Diffstat (limited to 'modules/home/i3wm/nord-blue')
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index 35d0430..7ddd273 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -23,7 +23,7 @@ nvim-tree-lua # Tree file browser nvim-web-devicons # Icons orgmode # Obsidian.md stuff for neovim - toggleterm # Togglable terminal in Neovim + toggleterm-nvim # Togglable terminal in Neovim { plugin = vim-startify; # Add the plugin and its coresponding config config = "let g:startify_change_to_vcs_root = 0"; |
