zsh.nix/modules/git.nix
2025-04-19 23:07:40 +02:00

6 lines
68 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
gh
tea
];
}