enable command-not-found
This commit is contained in:
parent
b16527c0cb
commit
d0587daf1e
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue