(home) add nix-index

This commit is contained in:
Laureηt 2024-10-05 18:47:51 +02:00
parent c456799baf
commit a40c6064f2
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk
2 changed files with 9 additions and 0 deletions

View file

@ -8,6 +8,7 @@
./git.nix
./micro.nix
./ssh.nix
./nix-index.nix
./mpv.nix
./tmux.nix
./fish.nix

8
home/shell/nix-index.nix Normal file
View file

@ -0,0 +1,8 @@
{...}: {
programs.command-not-found.enable = false;
programs.nix-index = {
enable = true;
enableFishIntegration = true;
};
}