diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-06 17:33:22 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-06 17:33:22 +0100 |
| commit | db4bff372a8e4e827d2be16c524bd136facbccd4 (patch) | |
| tree | e283623b9a8cb2ad59138801bbf834f488065a44 | |
| parent | 87ea0a013b85a998a23c9ac48b905bb58d839ea8 (diff) | |
fixed package declaration
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index d144cfe..997327f 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -9,6 +9,10 @@ ripgrep fd lazygit + stylua + alejandra + black + shfmt ]; ################################################# @@ -62,11 +66,7 @@ } # Auto formatting - stylua - alejandra - black - shfmt - + # Snippets luasnip friendly-snippets |
