refactor: rename checks and move files out of flake dir

This commit is contained in:
matt1432 2024-08-05 16:40:32 -04:00
parent 94bd0d81f5
commit 087dd2af15
11 changed files with 55 additions and 45 deletions
common/home/neovim/langs

View file

@ -1,14 +1,15 @@
{
config,
pkgs,
lib,
pkgs,
self,
vimplugin-easytables-src,
...
}: let
inherit (config.vars) neovimIde;
inherit (pkgs) vimPlugins;
inherit (import ../../../../flake/lib.nix {inherit pkgs;}) buildPlugin;
inherit (import "${self}/lib.nix" {inherit pkgs;}) buildPlugin;
in
lib.mkIf neovimIde {
programs = {

View file

@ -1,14 +1,15 @@
{
config,
pkgs,
lib,
pkgs,
self,
vimplugin-ts-error-translator-src,
...
}: let
inherit (config.vars) neovimIde;
inherit (pkgs) vimPlugins;
inherit (import ../../../../flake/lib.nix {inherit pkgs;}) buildPlugin;
inherit (import "${self}/lib.nix" {inherit pkgs;}) buildPlugin;
in
lib.mkIf neovimIde {
programs = {