Compare commits
No commits in common. "0a81dadc0c19e5893d4edf8f575e5276c28b66a4" and "cd80c21d672dfaa8d24f9a722a783327062f3a00" have entirely different histories.
0a81dadc0c
...
cd80c21d67
2 changed files with 3 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
||||||
|
|
|
@ -128,8 +128,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
nix-index = {
|
nix-index = {
|
||||||
enable = true;
|
enable = false;
|
||||||
enableZshIntegration = false;
|
|
||||||
};
|
};
|
||||||
ripgrep = {
|
ripgrep = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue