flakes updated

This commit is contained in:
lsoriano-mcm
2025-06-28 17:40:14 -05:00
parent 306ee40129
commit 2d5f115468
4 changed files with 55 additions and 55 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;