Jalil David Salamé Messina
f1991245fe
This allows me to test the neovim configuration much easier and also adds neovim checks to the flake.
7 lines
126 B
Nix
7 lines
126 B
Nix
{ pkgs, ... } @ opts: {
|
|
imports = [
|
|
./options.nix
|
|
];
|
|
|
|
config.programs.nixvim = (import ./nixvim.nix opts).config;
|
|
}
|