added Completion
parent
ab02c4bdfe
commit
925e2cf76f
|
@ -14,15 +14,13 @@ let
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
};
|
};
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
|
||||||
name = "zsh-autosuggestions";
|
|
||||||
src = inputs.zsh-autosuggestions;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "zsh-syntax-highlighting";
|
name = "zsh-syntax-highlighting";
|
||||||
src = inputs.zsh-syntax-highlighting;
|
src = inputs.zsh-syntax-highlighting;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
enableAutosuggestions = true;
|
||||||
|
enableCompletion = true;
|
||||||
};
|
};
|
||||||
exa.enable = true;
|
exa.enable = true;
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
|
@ -35,5 +33,6 @@ let
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
environment.pathsToLink = [ "/share/zsh" ];
|
||||||
home-manager.users.moritz = {...}: (base "/home/moritz");
|
home-manager.users.moritz = {...}: (base "/home/moritz");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue