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