Add nix-index and command-not-found

This commit is contained in:
Giulio De Pasquale 2023-06-01 21:09:04 +02:00
parent 2c906d715e
commit 6cb4fa08d2
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@
home-manager
ripgrep
ydiff
nix-index
]
++ lib.optional (!stdenv.isDarwin) pastebinit;

View File

@ -14,6 +14,8 @@
initExtra = ''
any-nix-shell zsh --info-right | source /dev/stdin
source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh
'';
};
}