mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: install gh with home-manager
This commit is contained in:
parent
f9c69891a2
commit
97b3010253
1 changed files with 5 additions and 1 deletions
6
home.nix
6
home.nix
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue