machines: maui: add some useful git send-email aliases
All checks were successful
flake / build (push) Successful in 3m1s

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-23 11:16:27 +02:00
parent c513cc2bce
commit 3c80b32440
Signed by: c8h4
GPG key ID: 1538094429952F86

View file

@ -30,6 +30,12 @@
extraConfig.sendemail.suppresscc = "all";
};
programs.zsh.shellAliases = {
gsm-pve = "git send-email --to=pve-devel@lists.proxmox.com";
gsm-pbs = "git send-email --to=pbs-devel@lists.proxmox.com";
gsm-pmg = "git send-email --to=pmg-devel@lists.proxmox.com";
};
# Nix's swaylock is broken when using on Debian due to some PAM
# incompatibilities. Work around that by simply running Debians
# `swaylock`.