mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared: add GitHub CLI setup
This commit is contained in:
parent
0ffc1a4078
commit
8cacfa2867
@ -84,6 +84,20 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# My GitHub CLI setup.
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
extensions = with pkgs; [
|
||||
gh-eco
|
||||
gh-dash
|
||||
];
|
||||
|
||||
settings = {
|
||||
git_protocol = "ssh";
|
||||
prompt_enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
# My music player setup, completely configured with Nix!
|
||||
programs.beets = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user