improvements
This commit is contained in:
parent
8caa32dc30
commit
8eac2df40e
10 changed files with 252 additions and 129 deletions
13
common/neovim.nix
Normal file
13
common/neovim.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment = let
|
||||
package = inputs.myvim.packages.${pkgs.system}.default;
|
||||
in {
|
||||
systemPackages = [package];
|
||||
variables = lib.genAttrs ["EDITOR" "VISUAL"] (_: lib.getExe package);
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue