update to 24.11
This commit is contained in:
parent
1ec2134221
commit
5f23444535
8 changed files with 43 additions and 32 deletions
|
|
@ -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"; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue