use my neovim flake for neovim!
This commit is contained in:
parent
afdc4776ff
commit
dac69de5ae
4 changed files with 103 additions and 15 deletions
7
hosts/_common/components/neovim.nix
Normal file
7
hosts/_common/components/neovim.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, settings, ringofstorms-nvim, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
ringofstorms-nvim.packages.${settings.system.system}.neovim
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue