use my neovim flake for neovim!

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-02 14:23:23 -05:00
parent afdc4776ff
commit dac69de5ae
4 changed files with 103 additions and 15 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, settings, ringofstorms-nvim, ... }:
{
environment.systemPackages = with pkgs; [
ringofstorms-nvim.packages.${settings.system.system}.neovim
];
}