mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 17:35:25 +08:00
gh must be installed
This commit is contained in:
parent
2c8def15c0
commit
fd670cb9bc
2 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
# TODO: Use sessionPath after https://github.com/nix-community/home-manager/issues/3324
|
||||
programs.zsh.initExtra = ''
|
||||
export PATH=/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin/:$PATH
|
||||
# For 1Password CLI
|
||||
# For 1Password CLI. This requires `pkgs.gh` to be installed.
|
||||
source $HOME/.config/op/plugins.sh
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
pandoc
|
||||
nodejs # Required for VSCode's webhint extension
|
||||
nil
|
||||
gh
|
||||
nixpkgs-fmt
|
||||
emanote
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue