flake
This commit is contained in:
parent
41783e559b
commit
8e936c53e1
1 changed files with 3 additions and 1 deletions
|
@ -40,6 +40,8 @@
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -52,7 +54,7 @@
|
||||||
source ${pkgs.fzf}/share/fzf/completion.zsh
|
source ${pkgs.fzf}/share/fzf/completion.zsh
|
||||||
source ${pkgs.fzf-zsh}/share/zsh/plugins/fzf-zsh/fzf-zsh.plugin.zsh
|
source ${pkgs.fzf-zsh}/share/zsh/plugins/fzf-zsh/fzf-zsh.plugin.zsh
|
||||||
|
|
||||||
[ -f "$HOME/.config/zshrc" ] && emulate sh -c "source $HOME/.config/zshrc"
|
[ -f "$HOME/.config/zshrc" ] && source $HOME/.config/zshrc
|
||||||
'';
|
'';
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue