treewide: change deprecated and renamed option and package names

This commit is contained in:
Cilly Leang 2025-11-21 23:14:31 +11:00
parent 8ae384686c
commit c5dd3e4f5e
Signed by: cilly
GPG key ID: 6500251E087653C9
9 changed files with 13 additions and 14 deletions

View file

@ -104,7 +104,7 @@ in {
programs.command-not-found.enable = true;
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
dotDir = "${config.xdg.configHome}/zsh";
autocd = true;
defaultKeymap = "viins";