Remove obsolete plugins
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
python313Packages.pynvim
|
python313Packages.pynvim
|
||||||
git
|
git
|
||||||
hyfetch
|
hyfetch
|
||||||
|
fzf
|
||||||
|
fzf-zsh
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
@@ -26,7 +28,6 @@
|
|||||||
histFile = "$HOME/.zsh_history";
|
histFile = "$HOME/.zsh_history";
|
||||||
setOptions = [
|
setOptions = [
|
||||||
"HIST_IGNORE_ALL_DUPS"
|
"HIST_IGNORE_ALL_DUPS"
|
||||||
"VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
@@ -42,7 +43,6 @@
|
|||||||
"git"
|
"git"
|
||||||
"z"
|
"z"
|
||||||
"dotenv"
|
"dotenv"
|
||||||
"autoenv"
|
|
||||||
"battery"
|
"battery"
|
||||||
"emoji"
|
"emoji"
|
||||||
"emoji-clock"
|
"emoji-clock"
|
||||||
@@ -51,9 +51,8 @@
|
|||||||
"sudo"
|
"sudo"
|
||||||
"themes"
|
"themes"
|
||||||
"tmux"
|
"tmux"
|
||||||
"vi-mode"
|
|
||||||
];
|
];
|
||||||
theme = "smt";
|
theme = "sonicradish";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user