mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Set up the gh cli
This commit is contained in:
parent
9862870669
commit
55abee0819
1 changed files with 8 additions and 1 deletions
|
@ -22,10 +22,17 @@
|
|||
};
|
||||
|
||||
extraConfig = {
|
||||
tag.gpgsign = true;
|
||||
init.defaultBranch = "master";
|
||||
};
|
||||
};
|
||||
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
# Why the *fuck* are these packages as opposed to GitHub links???
|
||||
extensions = with pkgs; [
|
||||
gh-actions-cache
|
||||
];
|
||||
};
|
||||
|
||||
programs.gitui.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue