Working version

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-02 17:48:55 +02:00
parent 0cf9535c86
commit d87afd4c75

View File

@@ -6,6 +6,9 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
vim vim
neovim
neovim-qt
fzf fzf
ripgrep ripgrep
ripgrep-all ripgrep-all
@@ -13,15 +16,12 @@ in
lua54Packages.luarocks-nix lua54Packages.luarocks-nix
nixfmt nixfmt
haskellPackages.lsp haskellPackages.lsp
];
programs.neovim = { python3
enable = true; python3Packages.pynvim
defaultEditor = true;
withPython3 = true; nodejs
withRuby = true;
withNodeJs = true; ruby
viAlias = true; ];
vimAlias = true;
};
} }