aboutsummaryrefslogtreecommitdiff
path: root/users/programs/gh.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-12 08:52:51 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-12 08:52:51 -0700
commit61fa2329f553f9c7962e968e1ec98ae675903b70 (patch)
tree0afdbf7c8fddda1718abee49db6206a5f8df5b09 /users/programs/gh.nix
parentdirectories first (diff)
downloadinfra-61fa2329f553f9c7962e968e1ec98ae675903b70.tar.gz
users -> home
Diffstat (limited to 'users/programs/gh.nix')
-rw-r--r--users/programs/gh.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/users/programs/gh.nix b/users/programs/gh.nix
deleted file mode 100644
index b194b35..0000000
--- a/users/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";
- };
- };
- };
-}