marleyos/home/gh/default.nix

11 lines
140 B
Nix
Raw Normal View History

2024-10-25 16:36:01 -07:00
{...}: {
programs.gh = {
enable = true;
gitCredentialHelper.enable = true;
};
programs.gh-dash = {
enable = true;
};
}