Files
garandos/modules/home/gh.nix
2025-09-13 23:16:22 +02:00

7 lines
55 B
Nix

{ ... }:
{
programs = {
gh.enable = true;
};
}