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
|
||||
manualEpub
|
||||
/manualEpub*
|
||||
# symlink for nixosConfigurations.nixos-wsl.config.system.build.manual.manualEpub
|
||||
result
|
||||
/result*
|
||||
# Symlink for system build
|
||||
|
|
|
@ -128,7 +128,8 @@
|
|||
enable = true;
|
||||
};
|
||||
nix-index = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
};
|
||||
ripgrep = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue