flake
This commit is contained in:
parent
3f64717168
commit
66ef7b2388
1 changed files with 7 additions and 2 deletions
|
@ -54,6 +54,12 @@
|
||||||
[ -f "$HOME/.zshrc" ] && emulate sh -c "source $HOME/.zshrc"
|
[ -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 = {
|
zplug = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
|
@ -77,8 +83,7 @@
|
||||||
thefuck
|
thefuck
|
||||||
];
|
];
|
||||||
|
|
||||||
# Example: link dotfiles without forcing overwrite
|
# Link dotfiles without forcing overwrite (fails safely if a file already exists)
|
||||||
# (fails safely if a file already exists)
|
|
||||||
home.file.".tmux.conf".source = ./_tmux.conf;
|
home.file.".tmux.conf".source = ./_tmux.conf;
|
||||||
home.file.".zshrc".source = ./_zshrc;
|
home.file.".zshrc".source = ./_zshrc;
|
||||||
home.file.".bashrc".source = ./_bashrc;
|
home.file.".bashrc".source = ./_bashrc;
|
||||||
|
|
Loading…
Add table
Reference in a new issue