feat: install gh with home-manager

This commit is contained in:
Youwen Wu 2024-07-11 23:24:42 -07:00
parent f9c69891a2
commit 97b3010253
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -103,7 +103,6 @@
nodePackages_latest.pnpm nodePackages_latest.pnpm
rustfmt rustfmt
rust-analyzer rust-analyzer
gh
zoxide zoxide
@ -492,6 +491,11 @@
enableZshIntegration = true; enableZshIntegration = true;
}; };
programs.gh = {
enable = true;
extensions = [ pkgs.github-copilot-cli ];
};
programs.oh-my-posh = { programs.oh-my-posh = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;