Resolve warnings
This commit is contained in:
parent
ead45e5c15
commit
7a1506eab3
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
joinedString = lib.concatStringsSep " " pubKeys;
|
||||
in {
|
||||
imports = [
|
||||
nix-index-database.hmModules.nix-index
|
||||
nix-index-database.homeModules.nix-index
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
@ -123,6 +123,7 @@ in {
|
|||
enable = true;
|
||||
autocd = true;
|
||||
enableAutosuggestions = true;
|
||||
autosuggestion.enable = true;
|
||||
enableCompletion = true;
|
||||
defaultKeymap = "emacs";
|
||||
history.size = 10000;
|
||||
|
|
|
|||
Loading…
Reference in a new issue