users/foo-dogsquared: add GitHub CLI setup

This commit is contained in:
Gabriel Arazas 2023-01-29 00:00:55 +08:00
parent 0ffc1a4078
commit 8cacfa2867

View File

@ -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;