mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Enables command-not-found in both home and nixos
This commit is contained in:
parent
70165aaae0
commit
a3da8492b7
2 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
|||
programs = {
|
||||
bash.enableCompletion = true;
|
||||
|
||||
command-not-found.enable = true;
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
programs.command-not-found.enable = false;
|
||||
programs.command-not-found.enable = true;
|
||||
|
||||
programs.zsh.loginShellInit = ''
|
||||
reexec() {
|
||||
|
|
Loading…
Add table
Reference in a new issue