feat(programs/neovim): we getchoo. neovim. wrapper.

This commit is contained in:
uku 2025-04-17 11:09:39 +02:00
parent 0c69af81cc
commit 611371b56f
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
5 changed files with 66 additions and 34 deletions

View file

@ -31,6 +31,7 @@ in
../programs/fish.nix
../programs/git.nix
../programs/neovim
];
age = {
@ -154,11 +155,6 @@ in
enable = true;
enableFishIntegration = true;
};
neovim = {
enable = true;
defaultEditor = true;
};
};
security = {