This commit is contained in:
lsoriano-mcm
2025-06-07 13:56:23 -05:00
parent 6034a9797c
commit 835a7fdad3
3 changed files with 2 additions and 8 deletions
-7
View File
@@ -1,7 +1,6 @@
{
pkgs,
terminal,
lib,
...
}: {
home.packages = with pkgs; [
@@ -12,16 +11,10 @@
programs.zoxide.enable = true;
programs.zsh = {
plugins = [
];
enableCompletion = false;
syntaxHighlighting.enable = false;
shellAliases = terminal.shellAliases;
history.size = 10000;
antidote = {
enable = true;
plugins = [