This commit is contained in:
Oshgnacknak 2025-09-06 23:57:15 +02:00
parent 3f64717168
commit 66ef7b2388
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -54,6 +54,12 @@
[ -f "$HOME/.zshrc" ] && emulate sh -c "source $HOME/.zshrc"
'';
environment.interactiveShellInit = ''
fpath+=("${pkgs.zsh}/share/zsh/${ZSH_VERSION}/functions" "${pkgs.zsh}/share/zsh/functions")
autoload -Uz manydots-magic
manydots-magic
'';
zplug = {
enable = true;
plugins = [
@ -77,8 +83,7 @@
thefuck
];
# Example: link dotfiles without forcing overwrite
# (fails safely if a file already exists)
# Link dotfiles without forcing overwrite (fails safely if a file already exists)
home.file.".tmux.conf".source = ./_tmux.conf;
home.file.".zshrc".source = ./_zshrc;
home.file.".bashrc".source = ./_bashrc;