fix(common): enable neovim correctly

This commit is contained in:
uku 2025-01-09 15:28:59 +01:00
parent 9b66f7b252
commit 55f22b08f1
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -67,7 +67,6 @@ in
git
htop
ncdu
neovim
ripgrep
wget
];
@ -160,6 +159,11 @@ in
enable = true;
enableFishIntegration = true;
};
neovim = {
enable = true;
defaultEditor = true;
};
};
security = {