Add nix-index and command-not-found
This commit is contained in:
parent
2c906d715e
commit
6cb4fa08d2
@ -11,6 +11,7 @@
|
||||
home-manager
|
||||
ripgrep
|
||||
ydiff
|
||||
nix-index
|
||||
]
|
||||
++ lib.optional (!stdenv.isDarwin) pastebinit;
|
||||
|
||||
|
@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user