chore: upgrade to NixOS 24.05
This commit is contained in:
parent
bf90bef6c0
commit
a377290326
13 changed files with 36 additions and 32 deletions
home/shell
|
@ -4,7 +4,9 @@ let shellAliases = import ./aliases.nix;
|
|||
in {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
# TODO is being renamed again in later 24.05 release
|
||||
autosuggestion.enable = true;
|
||||
# autosuggestions.enable = true;
|
||||
autocd = true;
|
||||
defaultKeymap = "viins";
|
||||
history.extended = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue