Compare commits

...

2 Commits

2 changed files with 4 additions and 3 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,7 +128,8 @@
enable = true; enable = true;
}; };
nix-index = { nix-index = {
enable = false; enable = true;
enableZshIntegration = false;
}; };
ripgrep = { ripgrep = {
enable = true; enable = true;