update to 24.11

This commit is contained in:
ant 2024-12-03 21:44:32 +01:00
parent 1ec2134221
commit 5f23444535
8 changed files with 43 additions and 32 deletions

View file

@ -20,6 +20,7 @@
enable = true;
viAlias = true;
defaultEditor = true;
package = pkgs-unstable.neovim-unwrapped;
extraPackages = (with pkgs; [
nodejs_22
ocamlPackages.lsp
@ -33,8 +34,8 @@
pyright
ripgrep
]) ++ (if variant != "allegro" then [ pkgs.gcc ] else [] );
}
// lib.attrsets.optionalAttrs (variant == "allegro") { package = pkgs-unstable.neovim-unwrapped;};
};
# // lib.attrsets.optionalAttrs (variant == "allegro") { package = pkgs-unstable.neovim-unwrapped;};
xdg.mimeApps.defaultApplications = { "text/plain" = "nvim.desktop"; };