Files
SaugOS/modules/home/gh.nix
2026-03-24 19:07:42 +01:00

7 lines
55 B
Nix

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