7
hosts/common/programs/neovim/default.nix
Normal file
7
hosts/common/programs/neovim/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
(nattovim.override { nvimPackage = inputs.nvim-overlay.packages.${pkgs.system}.neovim; })
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user