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
rustfmt
rust-analyzer
gh
zoxide
@ -492,6 +491,11 @@
enableZshIntegration = true;
};
programs.gh = {
enable = true;
extensions = [ pkgs.github-copilot-cli ];
};
programs.oh-my-posh = {
enable = true;
enableZshIntegration = true;