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

@ -22,6 +22,11 @@
programs.home-manager.enable = true;
# nixOS-specific alias
programs.zsh.shellAliases = {
oss = "sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)";
};
home.packages = with pkgs; [
# Network and file transfer
lftp