feat: switch to zimfw instead of antigen

This commit is contained in:
Youwen Wu 2024-07-11 23:09:25 -07:00
parent df97ef42bd
commit 5f106daf7a
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 87 additions and 12 deletions

View file

@ -505,15 +505,20 @@
};
initExtra = "eval \"$(oh-my-posh init zsh --config \"/etc/nixos/prompt.omp.json\")\"";
defaultKeymap = "viins";
antidote = {
zimfw = {
enable = true;
plugins = [
"zimfw/environment"
"zimfw/input"
"zimfw/archive"
"zimfw/fzf"
"zimfw/magic-enter"
"zimfw/utility"
disableVersionCheck = true;
degit = true;
zmodules = [
"environment"
"git"
"input"
"termtitle"
"utility"
"exa"
"fzf"
"magic-enter"
];
};
};
@ -540,7 +545,6 @@
vimAlias = true;
};
# This value determines the home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new home Manager release introduces backwards