chore: remove extraneous zimfw references

This commit is contained in:
Youwen Wu 2024-07-30 04:53:13 -07:00
parent 717989b797
commit 8f79f5ee49
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 19 additions and 88 deletions

View file

@ -194,21 +194,21 @@
};
defaultKeymap = "viins";
zimfw = {
enable = true;
disableVersionCheck = true;
degit = true;
zmodules = [
"environment"
"git"
"input"
"termtitle"
"utility"
"exa"
"fzf"
"magic-enter"
];
};
# zimfw = {
# enable = true;
# disableVersionCheck = true;
# degit = true;
# zmodules = [
# "environment"
# "git"
# "input"
# "termtitle"
# "utility"
# "exa"
# "fzf"
# "magic-enter"
# ];
# };
};
programs.fish = {