aboutsummaryrefslogtreecommitdiff
path: root/home/programs/gh.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-02 13:06:05 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-02 13:06:05 -0800
commitcb961051f8307a0bfd6e75acb52a7b7ac003e4d0 (patch)
treec2e3e29716bf10bb5d95d2c11d8692672c379c5f /home/programs/gh.nix
parentmove remote-unlock as a profile (diff)
downloadinfra-cb961051f8307a0bfd6e75acb52a7b7ac003e4d0.tar.gz
simplify configuration for darwin
Diffstat (limited to 'home/programs/gh.nix')
-rw-r--r--home/programs/gh.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/home/programs/gh.nix b/home/programs/gh.nix
deleted file mode 100644
index b194b35..0000000
--- a/home/programs/gh.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ ... }:
-{
- programs.gh = {
- enable = true;
- settings = {
- version = 1;
- git_protocol = "ssh";
- prompt = "enabled";
- aliases = {
- co = "pr checkout";
- vw = "pr view --web";
- };
- };
- };
-}