Corrected neovim plugin call
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
}: {
|
||||
nixpkgs.config.permittedInsecurePackages = ["qtwebengine-5.15.19"];
|
||||
nixpkgs.config = {chromium = {enableWideVine = true;};};
|
||||
|
||||
programs.neovim.plugins = [pkgs.vimPlugins.nvim-treesitter.withAllGrammars];
|
||||
|
||||
users.users.user = {
|
||||
isNormalUser = true;
|
||||
description = "user";
|
||||
extraGroups = ["networkmanager" "wheel" "video" "libvirtd"];
|
||||
programs.neovim.plugins = [pkgs.vimPlugins.nvim-treesitter.withAllGrammars];
|
||||
packages = with pkgs; [
|
||||
# stuff needed by neovim
|
||||
fzf
|
||||
|
||||
Reference in New Issue
Block a user