Separate a few zsh config

This commit is contained in:
Yan Lin 2025-09-07 14:01:45 +02:00
parent 14cfaaf056
commit bd99a04f19
4 changed files with 48 additions and 39 deletions

View file

@ -6,6 +6,9 @@
];
# hs-specific home configuration
# Example: Server-specific tools, monitoring utilities, etc.
programs.zsh.shellAliases = {
# Disk health monitoring
smart-report = "sudo /home/yanlin/.config/nix/scripts/daily-smart-report.sh";
};
}
}