dotfiles/modules/git.nix
Parker TenBroeck 0a62ab530d initial
2026-05-22 22:12:31 -04:00

8 lines
No EOL
130 B
Nix

{ pkgs, ...}: {
home-manager.users.may.home.packages = with pkgs; [
git
gitui
# yes I'm a baby I know
gh
];
}