mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Compatibility for stable nixpkgs installs
This commit is contained in:
parent
1e36fdb267
commit
cad0239cc9
|
@ -16,7 +16,7 @@ in
|
|||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
autosuggestion.enable = true;
|
||||
enableAutosuggestions = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
enableCompletion = true;
|
||||
shellAliases = myAliases;
|
||||
|
|
Loading…
Reference in a new issue