mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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!
|
# My music player setup, completely configured with Nix!
|
||||||
programs.beets = {
|
programs.beets = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user