enable command-not-found

This commit is contained in:
caandt 2025-07-26 16:08:13 -05:00
parent b16527c0cb
commit d0587daf1e

View file

@ -43,6 +43,7 @@
environment.etc."ssh/ssh_config".text = lib.mkAfter "Include /home/*/.local/ssh/config";
programs.command-not-found.dbPath = inputs.flake-programs-sqlite.packages.${pkgs.system}.programs-sqlite;
programs.command-not-found.enable = true;
programs.ssh.enableAskPassword = false;