Regenerated
This commit is contained in:
@@ -1224,16 +1224,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
###########################
|
||||
# HOME-MANAGER CONFIG (only if HM is active)
|
||||
###########################
|
||||
home.file."zsh.nix".text = lib.mkIf isHM ''
|
||||
# Only applied in home-manager context
|
||||
# Set Zsh dotDir, autosuggestions, syntax highlighting, autocd
|
||||
export ZDOTDIR="${config.xdg.configHome}/zsh"
|
||||
|
||||
# Optional: source your plugins/config here
|
||||
'';
|
||||
|
||||
home.programs.zsh = lib.mkIf isHM {
|
||||
autocd = true;
|
||||
|
||||
Reference in New Issue
Block a user