This commit is contained in:
lsoriano-mcm
2025-06-28 17:28:50 -05:00
parent ea86b6f7e5
commit d00c9836d6
5 changed files with 20 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
pkgs,
general,
terminal,
...
}: {
home.packages = with pkgs; [
@@ -13,7 +13,7 @@
programs.zsh = {
enableCompletion = false;
syntaxHighlighting.enable = false;
shellAliases = general.terminal.Aliases;
shellAliases = terminal.shellAliases;
history.size = 10000;
antidote = {
enable = true;