feat: add the gh command
This commit is contained in:
parent
2e59b74ba8
commit
79400f683d
1 changed files with 14 additions and 0 deletions
14
modules/base/gh.nix
Normal file
14
modules/base/gh.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos.base = { pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.gh ];
|
||||
};
|
||||
|
||||
flake.modules.homeManager.base = {
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
gitCredentialHelper.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue