From e6a47bb3eb1e757b947c6c48720e47592fe98741 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Jul 2025 19:38:03 -0700 Subject: install gh only on work machine --- users/profiles/gh.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 users/profiles/gh.nix (limited to 'users/profiles/gh.nix') diff --git a/users/profiles/gh.nix b/users/profiles/gh.nix new file mode 100644 index 0000000..bf74766 --- /dev/null +++ b/users/profiles/gh.nix @@ -0,0 +1,16 @@ +{ ... }: +{ + programs.gh = { + enable = true; + + settings = { + version = 1; + git_protocol = "ssh"; + prompt = "enabled"; + aliases = { + co = "pr checkout"; + vw = "pr view --web"; + }; + }; + }; +} -- cgit v1.2.3