flake
This commit is contained in:
parent
0e78a61e29
commit
e0ca2b4a60
1 changed files with 4 additions and 6 deletions
10
flake.nix
10
flake.nix
|
@ -48,24 +48,21 @@
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
autoload -Uz compinit manydots-magic
|
|
||||||
compinit
|
|
||||||
manydots-magic
|
|
||||||
|
|
||||||
source ${pkgs.fzf}/share/fzf/key-bindings.zsh
|
source ${pkgs.fzf}/share/fzf/key-bindings.zsh
|
||||||
source ${pkgs.fzf}/share/fzf/completion.zsh
|
source ${pkgs.fzf}/share/fzf/completion.zsh
|
||||||
|
source ${pkgs.fzf}/share/zsh/plugins/fzf-zsh/fzf-zsh.plugin.zsh
|
||||||
|
|
||||||
[ -f "$HOME/.config/zshrc" ] && emulate sh -c "source $HOME/.config/zshrc"
|
[ -f "$HOME/.config/zshrc" ] && emulate sh -c "source $HOME/.config/zshrc"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
name = "manydots-magic"
|
name = "manydots-magic";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "knu";
|
owner = "knu";
|
||||||
repo = "zsh-manydots-magic";
|
repo = "zsh-manydots-magic";
|
||||||
rev = "master";
|
rev = "master";
|
||||||
sha256 = "0000000000000000000000000000000000000000000000000000";
|
sha256 = "sha256-lv7e7+KBR/nxC43H0uvphlcI7fALPvxPSGEmBn0g8HG=";
|
||||||
};
|
};
|
||||||
file = "manydots-magic";
|
file = "manydots-magic";
|
||||||
}
|
}
|
||||||
|
@ -91,6 +88,7 @@
|
||||||
tmux
|
tmux
|
||||||
xsel
|
xsel
|
||||||
fzf
|
fzf
|
||||||
|
fzf-zsh
|
||||||
thefuck
|
thefuck
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue