mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: switch to zimfw instead of antigen
This commit is contained in:
parent
df97ef42bd
commit
5f106daf7a
3 changed files with 87 additions and 12 deletions
22
home.nix
22
home.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue