mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
chore: remove unused zimfw and zsh config
This commit is contained in:
parent
38051d0afe
commit
41e9cab011
2 changed files with 0 additions and 31 deletions
29
home.nix
29
home.nix
|
@ -209,35 +209,6 @@
|
|||
useTheme = "gruvbox";
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = false;
|
||||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
|
||||
shellAliases = {
|
||||
ls = "eza -l --icons=auto";
|
||||
update = "sudo nixos-rebuild switch";
|
||||
};
|
||||
defaultKeymap = "viins";
|
||||
|
||||
# zimfw = {
|
||||
# enable = true;
|
||||
# disableVersionCheck = true;
|
||||
# degit = true;
|
||||
# zmodules = [
|
||||
# "environment"
|
||||
# "git"
|
||||
# "input"
|
||||
# "termtitle"
|
||||
# "utility"
|
||||
# "exa"
|
||||
# "fzf"
|
||||
# "magic-enter"
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue