mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: ✨ neovim 0.10.0 ✨
This commit is contained in:
parent
60aa5c2db6
commit
fb8225f330
4 changed files with 41 additions and 81 deletions
|
|
@ -32,9 +32,8 @@
|
|||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
neovim-pin = inputs'.neovim-pin.legacyPackages;
|
||||
})
|
||||
|
||||
inputs.neovim.overlay
|
||||
];
|
||||
|
||||
config.allowUnfreePredicate =
|
||||
|
|
|
|||
|
|
@ -9,9 +9,7 @@
|
|||
|
||||
config = {
|
||||
programs.neovim = {
|
||||
# default points to `neovim-unwrapped`
|
||||
# this is the overlay
|
||||
package = pkgs.neovim;
|
||||
package = pkgs.neovim-pin.neovim-unwrapped;
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
extraPackages = lib.mkMerge [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue