Remove obsolete plugins

This commit is contained in:
2026-02-11 10:31:32 +01:00
parent f20d885f77
commit 0392c91cbe

View File

@@ -6,6 +6,8 @@
python313Packages.pynvim
git
hyfetch
fzf
fzf-zsh
];
programs.tmux = {
@@ -26,7 +28,6 @@
histFile = "$HOME/.zsh_history";
setOptions = [
"HIST_IGNORE_ALL_DUPS"
"VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true"
];
shellAliases = {
@@ -42,7 +43,6 @@
"git"
"z"
"dotenv"
"autoenv"
"battery"
"emoji"
"emoji-clock"
@@ -51,9 +51,8 @@
"sudo"
"themes"
"tmux"
"vi-mode"
];
theme = "smt";
theme = "sonicradish";
};
};
}