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;
|
joinedString = lib.concatStringsSep " " pubKeys;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
nix-index-database.hmModules.nix-index
|
nix-index-database.homeModules.nix-index
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
@ -123,6 +123,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
autocd = true;
|
autocd = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
|
autosuggestion.enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
defaultKeymap = "emacs";
|
defaultKeymap = "emacs";
|
||||||
history.size = 10000;
|
history.size = 10000;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue