Update depreciated values for NixOS 24.05
This commit is contained in:
parent
7b5f9a5182
commit
f55f8e6da8
4 changed files with 22 additions and 17 deletions
|
@ -9,11 +9,13 @@
|
|||
enable = true;
|
||||
|
||||
# Enable extra features
|
||||
enableAutosuggestions = true;
|
||||
enableCompletion = true;
|
||||
autosuggestion = {
|
||||
enable = true;
|
||||
};
|
||||
syntaxHighlighting = {
|
||||
enable = true;
|
||||
};
|
||||
enableCompletion = true;
|
||||
dotDir = ".config/zsh";
|
||||
|
||||
# Commands that should be added to to top of '.zshrc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue