Compare commits
2 commits
cd80c21d67
...
0a81dadc0c
Author | SHA1 | Date | |
---|---|---|---|
0a81dadc0c | |||
9280090c26 |
2 changed files with 4 additions and 3 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,7 +128,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
nix-index = {
|
nix-index = {
|
||||||
enable = false;
|
enable = true;
|
||||||
|
enableZshIntegration = false;
|
||||||
};
|
};
|
||||||
ripgrep = {
|
ripgrep = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue