back to 555 drivers

This commit is contained in:
vali 2024-07-28 11:00:54 +02:00
commit 2b6b7db6f0
11 changed files with 29 additions and 262 deletions

View file

@ -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 = {