mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +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 = {
|
programs = {
|
||||||
bash.enableCompletion = true;
|
bash.enableCompletion = true;
|
||||||
|
|
||||||
|
command-not-found.enable = true;
|
||||||
|
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
programs.command-not-found.enable = false;
|
programs.command-not-found.enable = true;
|
||||||
|
|
||||||
programs.zsh.loginShellInit = ''
|
programs.zsh.loginShellInit = ''
|
||||||
reexec() {
|
reexec() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue