fixed the broken flake thing

This commit is contained in:
2026-07-06 16:30:31 +01:00
parent 7de01201e8
commit cbfaafbcf7
2 changed files with 4 additions and 1 deletions

View File

@@ -53,6 +53,9 @@
# Define the default package for this system
default = inputs.wrappers.wrappers.neovim.wrap {
inherit pkgs;
env = {
"CONFIG_ROOT" = ./.;
};
runtimePkgs = pkgList;
settings.config_directory = ./.;
};