Compare commits

..

No commits in common. "0a81dadc0c19e5893d4edf8f575e5276c28b66a4" and "cd80c21d672dfaa8d24f9a722a783327062f3a00" have entirely different histories.

2 changed files with 3 additions and 4 deletions

4
.gitignore vendored
View File

@ -1,5 +1,5 @@
.env .env
/manualEpub* manualEpub
# symlink for nixosConfigurations.nixos-wsl.config.system.build.manual.manualEpub # symlink for nixosConfigurations.nixos-wsl.config.system.build.manual.manualEpub
/result* result
# Symlink for system build # Symlink for system build

View File

@ -128,8 +128,7 @@
enable = true; enable = true;
}; };
nix-index = { nix-index = {
enable = true; enable = false;
enableZshIntegration = false;
}; };
ripgrep = { ripgrep = {
enable = true; enable = true;