Compare commits

..

2 Commits

2 changed files with 4 additions and 3 deletions

4
.gitignore vendored
View File

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

View File

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