back to 555 drivers
This commit is contained in:
parent
ce13045735
commit
2b6b7db6f0
11 changed files with 29 additions and 262 deletions
|
@ -14,15 +14,7 @@
|
|||
|
||||
cfg = config.modules.system.programs.editors.neovim;
|
||||
nvf = inputs.neovim-flake;
|
||||
inherit (nvf.lib.nvim.dag) entryBefore entryAnywhere;
|
||||
|
||||
mkRuntimeDir = name: let
|
||||
finalPath = ./runtime + /${name};
|
||||
in
|
||||
path {
|
||||
name = "nvim-runtime-${name}";
|
||||
path = toString finalPath;
|
||||
};
|
||||
inherit (nvf.lib.nvim.dag) entryBefore;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
programs.neovim-flake = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue